#"Link" Entities together

1 messages · Page 1 of 1 (latest)

river totem
#

My issue is similar to https://discord.com/channels/330944238910963714/1407788003451076910.

I have 2 integrations (Balboa Pool control & loxone smart home) I can't integrate the balboa pool control directly into loxone, so I want to use home assistant as middle ware.

Basically I want to mirror the switch states of the pool pump/light from balboa in loxone and I want to be able to enable/disable it in loxone.

HA would see "Balboa Pump 1" and "Loxone Pump 1" and whatever entity gets switched, the same state should be set to the other entity.
I know this could easily be done with an automation, but here is the catch.
I have in total 7 pumps and 2 lights switches.
This means that I would have 2*9 automations to sync the states of both directions.

I know this could easily be done via a simple node-red or appdaemon script and a map/dict.
Is there simple way to do this in HA without creating 18 automations?