Can you find the device in Developer Tools → States. This shows a full list of all entities currently loaded. Look for your device by its name: switch.kitchen or something similar.
Just curious, how did you get this mess of an automation?
Yes, that’s what I did.
As a beginner YAML is difficult to learn, and I think the GUI is a great way to start.
But when it comes to some more difficult settings, you need YAML.
And then you see all these ID’s and Devices with the long numbers.
Totally understandable - you can continue creating your automations in the GUI, by try with entities instead of devices (trigger using state), it will make a lot more sense to you when you look at the yaml
This is a snip of an automation made in the GUI using entities and states, see how much more sense the naming makes:
description: ""
triggers:
- trigger: state
entity_id:
- binary_sensor.door_toalett_oppe_contact
to: "on"
id: dor open
- trigger: state
entity_id:
- light.toalett_oppe
So, a very simple example:
I have a Zigbee Power Plug. I want it to switch on at 20.00 hrs.
I can start with a simple When, and enter the time.
What do I enter at: Then do?
I don’t see the Entity there?