Skip to content

Commit

Permalink
Update twowayaudio.with.frigate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio authored Aug 10, 2023
1 parent a5e5a34 commit 9d0c979
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion frigate/twowayaudio.with.frigate.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ With my Hikvision Add-On you can first "answer" the call, and then start talking

The phone buttons activates 2 services, first it answers the call, and then it unmutes the microphone! Offcourse change the entity in the elements section

![Ivms](frigate.png)
![Ivms](frigate-card.png)

```
- type: custom:frigate-card
Expand Down Expand Up @@ -134,15 +134,32 @@ The phone buttons activates 2 services, first it answers the call, and then it u
layout:
fit: fill
elements:
- type: custom:frigate-card-menu-icon
icon: mdi:volume-high
tap_action:
- action: custom:frigate-card-action
frigate_card_action: unmute
- type: custom:frigate-card-menu-icon
icon: mdi:volume-off
tap_action:
- action: custom:frigate-card-action
frigate_card_action: mute
- type: custom:frigate-card-menu-icon
icon: mdi:phone
tap_action:
- action: call-service
service: button.press
service_data:
entity_id: button.ds_kh9510_answer_call
- action: custom:frigate-card-action
frigate_card_action: unmute
- action: custom:frigate-card-action
frigate_card_action: microphone_unmute
- type: custom:frigate-card-menu-icon
icon: mdi:phone-hangup
tap_action:
- action: custom:frigate-card-action
frigate_card_action: microphone_mute
dimensions:
aspect_ratio_mode: static
Expand Down

0 comments on commit 9d0c979

Please sign in to comment.