Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Added support for HomeAssistant MQTT Discovery

Compare
Choose a tag to compare
@ChristianKuehnel ChristianKuehnel released this 13 Jul 10:31
· 8 commits to master since this release

This releases addes support or MQTT Discovery in HomeAssistant. To enable this, you have to add the new discovery_prefix parameter in the mqtt section to your .plant_gw.yaml configuration file:

mqtt:

    # If this is enabled, plantgateway will announce all plants via the MQTT Discovery
    # feature of Home Assistant in this MQTT prefix. For details see:
    # https://www.home-assistant.io/docs/mqtt/discovery/
    discovery_prefix: homeassistant

For details see: https://www.home-assistant.io/docs/mqtt/discovery/

Fixed Issues:

  • #34 Warning about YAML loader
  • #32 MQTT Discovery