From e91e5dbbe6b6ed7d4176bc5aef4ae3effc22f81d Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 29 Aug 2022 20:12:12 +0200 Subject: [PATCH] Switch bedroom tv to smartthings integration --- configuration/automations/bedroom-tv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/bedroom-tv.yaml b/configuration/automations/bedroom-tv.yaml index 4558e94..421e5a7 100644 --- a/configuration/automations/bedroom-tv.yaml +++ b/configuration/automations/bedroom-tv.yaml @@ -2,7 +2,7 @@ alias: '[Bedroom] TV On' trigger: - platform: state - entity_id: media_player.bedroom_tv + entity_id: switch.bedroom_tv to: 'on' condition: - condition: state @@ -15,7 +15,7 @@ alias: '[Bedroom] TV Off' trigger: - platform: state - entity_id: media_player.bedroom_tv + entity_id: switch.bedroom_tv to: 'off' condition: - condition: state