Fixing MQTT Logging example (#2439)

This commit is contained in:
Martokk 2017-04-16 02:04:02 -05:00 committed by Fabian Affolter
parent 08d0b6b0fb
commit 1de9a05ae7

View File

@ -18,6 +18,6 @@ The [logger](/components/logger/) component allow the logging of received MQTT m
logger:
default: warning
logs:
homeassistant.components.device_tracker.mqtt: debug
homeassistant.components.mqtt: debug
```