Remote call didn't work, calling media_player.turn_off instead

This commit is contained in:
2023-05-13 17:35:05 -04:00
parent 896beacf94
commit 0c7db7a374

View File

@ -604,10 +604,10 @@ basement_shutdown:
- playing - playing
- paused - paused
then: then:
- service: remote.turn_off - service: media_player.turn_off
data: {} data: {}
target: target:
entity_id: remote.basement_tv entity_id: media_player.basement_tv
alias: If TV is not being used, turn it off alias: If TV is not being used, turn it off
- service: script.turn_on - service: script.turn_on
data: {} data: {}