From 0c7db7a374d330acccece3a518213a9374ad35ca Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 13 May 2023 17:35:05 -0400 Subject: [PATCH] Remote call didn't work, calling media_player.turn_off instead --- scripts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts.yaml b/scripts.yaml index 5380ba7..b75946e 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -604,10 +604,10 @@ basement_shutdown: - playing - paused then: - - service: remote.turn_off + - service: media_player.turn_off data: {} target: - entity_id: remote.basement_tv + entity_id: media_player.basement_tv alias: If TV is not being used, turn it off - service: script.turn_on data: {}