Is there a way in esphome to communicate from node to node? Example I press the button of node A and turn on an LED on node B
only through home assistant.
Or through an mqtt broker.
1 Like
I think you can use the Web Server’s REST API along with a http_request
action.