Skip to content

Commit

Permalink
fix(mqtt): Remove unnecessary availability_topic (#859)
Browse files Browse the repository at this point in the history
Possibly fix #858
  • Loading branch information
makuser committed Apr 26, 2021
1 parent 5b0e721 commit aa85205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mqtt/homeassistant/components/HassComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class HassComponent {
payload_available: HomieCommonAttributes.STATE.READY,
// MqttController will try to send "lost" at least once before cleanly disconnecting
payload_not_available: HomieCommonAttributes.STATE.LOST,
availability_mode: "latest",
device: this.hass.getAutoconfDeviceBoilerplate(),
});
}
Expand Down

0 comments on commit aa85205

Please sign in to comment.