Hello All,
Some info on my situation:
System: Home Assistant OS on RBP model 3B+
Automation purpose: When Samsung tv turns on, turn on Govee TV leds.
TV: Samsung UE55RU7172UXXH
Led Lights: Govee Immersion Wi-Fi TV Backlights
Integrations used: Custom integration for Govee and Samsung integration
Yaml code:
- id: '1635700813261'
alias: TV uitdoen
description: ''
trigger:
- platform: device
device_id: 5ff0fe5c44d439677741ffdc852e65f0
domain: media_player
entity_id: media_player.samsung_7_series_55
type: turned_off
condition: []
action:
- type: turn_off
device_id: 8a03500a2cf02dcd3c892803b2eb3459
entity_id: light.tv_lights
domain: light
mode: single
The automation which I made turns off the Govee lights only the TV doesn’t turn off/on. What is it that I am doing wrong?
PS. If there is something I missed please let me know so i can provide more information.