#As I said My entity won t show up in
1 messages · Page 1 of 1 (latest)
Then you're doing something wrong
Something very wrong
What are you trying to do with the entity?
Trigger?
Condition?
Action?
Trigger.
What kind of trigger?
State? Numeric state?
Or are you still messing about with Device triggers, which isn't what you need
Aah! Then I need state.
Hence why I said standard triggers
I thought the entire time I needed devices. Alright, I think that works :)
There are three sections to an automation:
trigger: When any one of these becomes true the automation starts processing. Only one trigger is ever responsible for starting an automation, if you make aconditionthat checks for more than one having started the automation then the condition can never be true.condition: These are checked after atriggerstarts the processing, and must be true for the automation to continue.action: This is the part that does something, and can also include further conditions.
You want to read all those links