#As I said My entity won t show up in

1 messages · Page 1 of 1 (latest)

sacred idol
#

Then you're doing something wrong

#

Something very wrong

#

What are you trying to do with the entity?

#

Trigger?

#

Condition?

#

Action?

stoic cape
#

Trigger.

sacred idol
#

What kind of trigger?

#

State? Numeric state?

#

Or are you still messing about with Device triggers, which isn't what you need

stoic cape
#

Aah! Then I need state.

sacred idol
#

Hence why I said standard triggers

stoic cape
#

I thought the entire time I needed devices. Alright, I think that works :)

kind juniperBOT
#

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 a condition that checks for more than one having started the automation then the condition can never be true.
  • condition: These are checked after a trigger starts 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.
sacred idol
#

You want to read all those links