Send internal proxy states to Home-Assistant

Fixes #10
This commit is contained in:
Stefan Allius
2023-10-16 20:29:23 +02:00
parent 03aa0c5747
commit ba961fdfd7

View File

@@ -35,7 +35,7 @@ class Inverter(AsyncStream):
logging.debug ("disconnect client connection")
self.remoteStream.disc()
await self.async_publ_mqtt()
# await self.async_publ_mqtt()
async def client_loop(self, addr):
'''Loop for receiving messages from the TSUN cloud (client-side)'''