@HAnoobs wrote:
Hi,
I’m trying to get my lights to automatically turn off if the TV is powered off after 1am. Any help would be appreciated. Thanks.
- id: ‘000000000002’ alias: Turn off all lights after 1am and if TV is off description: Turn off all lights after 1am if TV is off trigger: [] condition: - condition: device device_id: e0d6804a946a4e7196926f599a55c0e6 domain: media_player entity_id: media_player.samsung_un55f6400 type: is_off - after: 01:00 condition: time action: - entity_id: group.all_lights service: light.turn_off
Posts: 7
Participants: 3