We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55404d4 commit 11a74b4Copy full SHA for 11a74b4
haco/topics.py
@@ -107,7 +107,7 @@ async def handle(self, value=None):
107
return
108
109
value_raw = self.capability.converters.state(value)
110
- await self.capability.control.device.client.publish(self.topic, value_raw)
+ await self.capability.control.device.client.publish(self.topic, value_raw, retain=True)
111
112
logger.info(f'{get_prefix(self.IO)}: {self.topic} {Constants.ARROW_RIGHT} {value_raw}')
113
haco/version
@@ -1 +1 @@
1
-0.1.7
+0.1.8
0 commit comments