Koenkk / zigbee2mqtt

Zigbee šŸ to MQTT bridge šŸŒ‰, get rid of your proprietary Zigbee bridges šŸ”Ø
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.01k stars 1.67k forks source link

Change Home Assistant Module's Birth and LWT Messges To Home Assistant's New Default #4016

Closed danieledwardgeorgehitchcock closed 4 years ago

danieledwardgeorgehitchcock commented 4 years ago

Home Assistant (as-of v0.113) now publishes by default to Birth and Last Will and Testament topics, see here. This differs slightly from what is recommended in the documentation i.e. 'hass/status' vs 'homeassistant/status'.

If the plugin and documentation were to change to the new topic, it would avoid the extra configuration required at Home Assistant's end.

Koenkk commented 4 years ago

This has already been addressed in https://github.com/Koenkk/zigbee2mqtt/issues/3918 / https://github.com/Koenkk/zigbee2mqtt/commit/a845d35b8ef9a4363930bb1ce825dd03bea21523 / https://github.com/Koenkk/zigbee2mqtt.io/commit/5bc56e904a7bd7e14d54569322e9fa6b7f6c0fe2

By default zigbee2mqtt subscribes to homeassistant/status now, documentation has also been updated: https://www.zigbee2mqtt.io/integration/home_assistant.html#mqtt-discovery

danieledwardgeorgehitchcock commented 4 years ago

Iā€™m still seeing hass/status in the documentation, hence the confusion.

Thanks.

Koenkk commented 4 years ago

That's true indeed, but it's not needed anymore stated in: "# birth_message and will_message is not required anymore for Home Assistant 0.113 >="