Many updates

This commit is contained in:
2024-04-24 21:58:21 +02:00
parent 3c35a848df
commit 5b6ae1e872
39 changed files with 57 additions and 61 deletions

2
packages/harmony/harmony.yaml Normal file → Executable file
View File

@ -15,7 +15,7 @@ script:
seconds: 2
- service: media_player.volume_set
data:
volume_level: 0.3
volume_level: 0.25
target:
entity_id: media_player.denon_avr_x1600h
- service: remote.send_command

8
packages/harmony/netflix.yaml Normal file → Executable file
View File

@ -5,9 +5,9 @@ script:
- conditions:
- condition: device
type: is_off
device_id: 53acbc86deb1bb16ca4c0889a78be5d2
entity_id: light.livingroom_switch_tv
domain: light
device_id: ff2addb4c1638a2277c0198d9ec18844
entity_id: switch.livingroom_tv_socket_switch
domain: switch
sequence:
- service: script.turn_on
target:
@ -41,6 +41,6 @@ script:
seconds: 2
- service: media_player.volume_set
data:
volume_level: 0.5
volume_level: 0.35
target:
entity_id: media_player.denon_avr_x1600h

4
packages/harmony/turn_on_tv.yaml Normal file → Executable file
View File

@ -1,9 +1,9 @@
script:
tv_turn_on:
sequence:
- service: light.turn_on
- service: switch.turn_on
target:
entity_id: light.livingroom_switch_tv
entity_id: switch.livingroom_tv_socket_switch
- delay:
seconds: 15
- service: remote.send_command

0
packages/harmony/volume_control.yaml Normal file → Executable file
View File