top | item 34626328

(no title)

cheeko1234 | 3 years 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

discuss

order

jon-wood|3 years ago

Its 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.