Hi guys,
I’m trying to do a script that needs to force a state update but i’m facing some problems:
Forced update failed. Component for device_tracker.tv_livingroom not loaded.
I’ve isolated just the part I want to update to be sure the issue was there and it seems to be the case… the code is below. Is the homeassistant.update_entity
working only for some entities, is this is a bug or an issue with my code?
anyone already experienced the same?
update_tv_status:
sequence:
- service: homeassistant.update_entity
entity_id: device_tracker.tv_livingroom
Thanks,
Diogo