Update: This is resolved. I understand now that Tuya Scenes get pulled into HA Scenes, and that Scenes are a separate option in the Automation Action UI. I think I was thrown off by seeing the Tuya scenes with all the other devices.
I’m still pretty new - even guidance as to where to look for basic things is appreciated! I am running HA on a Mac Mini in VirtualBox.
I created an automation to run an electric fireplace in the winter when the TV in that room is turned on. The FP is a Tuya device.
The conditions using the TV status, main thermostat mode, and FP thermometer all work fine. The action to turn the FP device on also works, but it doesn’t turn the heat on, so I created a Tuya Scene to do both.
The scene works fine from the dashboard, but when I try to use it as an automation action, I get “Message Malformed: Integration ‘’ not found”, and the “Then do” field is left blank.
The YAML has a device_id but nothing else:
actions:
- device_id: c285fd65814ae46f93efca2b998c47d7
domain: “”
entity_id: “”
mode: single
I know that the entity_id is “scene.macro_heat_on_to_68”, but adding that manually and saving creates the same error (it does come up on the list in the editor).
actions:
- device_id: c285fd65814ae46f93efca2b998c47d7
domain: “”
entity_id:- scene.macro_heat_on_to_68
mode: single
- scene.macro_heat_on_to_68
Is the missing domain the issue? Is it well known what it should be for a Tuya scene (the FP device uses “climate”)?
I have tried removing and re-adding the Tuya integration and this automation.
Thanks for your help,
Larry