First off this is absolutely NOT a criticism of HA, but figured I’d ask to see if I can improve the situation. I have an automation to turn on an LED when my TV turns on:
- alias: MB Auto Backlight on
description: ''
trigger:
- platform: state
entity_id: media_player.roku_x00000d055af
to: 'on'
condition: []
action:
- service: light.turn_on
entity_id: light.mb_tv_backlight
It takes almost 10 seconds to actually turn on the lights but when I execute the service directly its almost instantly turned on. Is there a polling interval that causes this? Can it be changed?