Skip to content

Commit ea3a4e8

Browse files
Publish a get position topic to appease hass 0.82
1 parent b5391c0 commit ea3a4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MQTTConnector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class MQTTConnector {
4545
availability_topic: `${deviceTopic}/connection`,
4646
payload_available: 'connected',
4747
payload_not_available: 'disconnected',
48+
position_topic: `${deviceTopic}/position`,
4849
set_position_topic: `${deviceTopic}/move`,
4950
command_topic: `${deviceTopic}/move`,
5051
payload_open: '100',

0 commit comments

Comments
 (0)