Two Home Assistant instance on home network

Hi all,

I’m trying to set up a second instance of Home Assistant on my home network and link the two.

I’m trying to do this with the Remote Home Assistant custom module, but I can’t really get beyond verifying the configuration (it just keeps checking) and I don’t want to attempt a restart for fear of crashing my HA.

I’ve added the remote_homeassistant.py to my custom modules folder, rebooted and added the following entry to my config file.

remote_homeassistant:
  instances:
  - host: 192.168.2.???
    port: 8123
    secure: true
    access_token: !***********************************************************4
    entity_prefix: "node_2"

I’m hoping someone has experience with this or maybe even a better appraoch.

Edit: Please ignore my formatting for the config entry, it’s done properly in my config file.