I have seen that home assistant can be used in a master slave environment. I have not tested this function.
I would like to setup home assistant so that it can push the events to another application which acts as a master(this is not a home assistant instance). Can this be done?
I would like to have all the state changes to be pushed to this remote master.
I have tried adding as suggested in the link https://github.com/balloob/home-assistant/blob/dev/homeassistant/components/api.py#L38 in this thread Node Red integration, but must periodically get the events from the application. I would like home assistant to send the changes.
Please excuse me if I have ignored some basics as am pretty new to home assistant