Update MQTT config for plant-monitor

This commit is contained in:
KemoNine 2019-05-15 20:06:56 +00:00
parent e2a4616c96
commit 2f3b77f24c
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ logger:
logs:
homeassistant.components.device_tracker.unifi: fatal # When Unifi Controller is temporarily unreachable.
pyunifi.controller: error # When Unifi Controller is temporarily unreachable.
#homeassistant.components.mqtt: debug
# Check for available updates
@ -43,6 +44,8 @@ mqtt:
port: !secret mqtt_port
username: !secret mqtt_username
password: !secret mqtt_password
discovery: true
discovery_prefix: homeassistant
birth_message:
topic: 'hass/status'
payload: 'online'