6 ms·
I have home assistant running with quite a few esp32's running esphome with random sensors/bulbs scattered around the house. My question is, what do you use th
by cheeko1234 4y ago
I have home assistant running with quite a few esp32's running esphome with random sensors/bulbs scattered around the house.
My question is, what do you use the manage the automations? Do you use the native home assistant automation, or node-red, etc? I've even looked a bit into Room assistant[0]
[0] https://www.room-assistant.io/guide/#how-it-works https://www.room-assistant.io/guide/#how-it-works
- jon-wood 4y agoIts all the built in automation UI in Home Assistant, but with fairly heavy use of scripts and scenes to encapsulate behaviour. Most automations are just a series of conditionals that then call out to a script for the smart bits.