We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18e455 commit b227b12Copy full SHA for b227b12
custom_components/pyscript/mqtt.py
@@ -45,6 +45,7 @@ async def mqtt_message_handler(mqttmsg):
45
"topic": mqttmsg.topic,
46
"payload": mqttmsg.payload,
47
"qos": mqttmsg.qos,
48
+ "retain": mqttmsg.retain,
49
}
50
51
try:
0 commit comments