I’m publishing this data like this:
- topic: homeassistant/sensor/yellow_breadboard/temp1/config
- qos: 0
- retain: true
- payload:
{ "name": "Example Temperature 1", "unit_of_measurement": "°F"}
Pretty sure I have it configured correctly.
The logs show this:
2018-07-17 09:17:54 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on homeassistant/sensor/yellow_breadboard/temp1/config: b'{"name": "Example Temperature 1", "unit_of_measurement": "\xc2\xb0F"}'
2018-07-17 09:17:54 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor yellow_breadboard_temp1
2018-07-17 09:17:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2018-07-17 09:17:54 DEBUG (MainThread) [homeassistant.components.mqtt] Subscribing to homeassistant/sensor/yellow_breadboard/temp1/state
2018-07-17 09:17:55 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on homeassistant/sensor/yellow_breadboard/temp1/state: b'71.825'
Everything looks good to me. Why do I not see devices in HA?
What am I missing?