From c7c56f212e43919fad28f406eed0ea4329043f5b Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 2 Oct 2024 21:19:28 +0200 Subject: [PATCH] homeassistant: Add MQTT bridge to pizza --- host_vars/lasagne.binary.kitchen | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/host_vars/lasagne.binary.kitchen b/host_vars/lasagne.binary.kitchen index b49b471..05ac66c 100644 --- a/host_vars/lasagne.binary.kitchen +++ b/host_vars/lasagne.binary.kitchen @@ -30,3 +30,10 @@ mosquitto_listeners: acl: - permissions: readwrite topic: "#" + +mosquitto_bridges: + - connection: pizza + address: 172.23.4.6:1883 + topics: + - topic: "# out 0" + - topic: "# in 0" \ No newline at end of file