Just install HA and try it out! It’s a lot easier to do than you might think. Every vendor or connection type has its own Integration. Most integrations can be set up through the UI very easily. I have dozens of integrations.
And the automations have had a lot of work the last few years. They are getting much easier to set up in the UI without having to worry about code or yaml.
Here’s an example. The first picture is part of the UI configuration for this automation. The second picture show the yaml that was generated from this. Utility Room Occupancy is a Zigbee door sensor. When it turns on (the door opens), it triggers the Utility Room Lights on. The light is actually a WiFi LED bulb. The rest of the script turns the light off when the door closes.
What’s beautiful about Home Assistant is that it just creates devices that look identical no matter what integration you’re using. A light is a light no matter how you interact with it.
Just install HA and try it out! It’s a lot easier to do than you might think. Every vendor or connection type has its own Integration. Most integrations can be set up through the UI very easily. I have dozens of integrations.
And the automations have had a lot of work the last few years. They are getting much easier to set up in the UI without having to worry about code or yaml.
The integrations are working. I just don’t know how to cross link them…
Here’s an example. The first picture is part of the UI configuration for this automation. The second picture show the yaml that was generated from this. Utility Room Occupancy is a Zigbee door sensor. When it turns on (the door opens), it triggers the Utility Room Lights on. The light is actually a WiFi LED bulb. The rest of the script turns the light off when the door closes.
What’s beautiful about Home Assistant is that it just creates devices that look identical no matter what integration you’re using. A light is a light no matter how you interact with it.
I really appreciate the help. But you lost me at step zero. What ui configuration for what automation? How do I get THERE?