However, I continue to get a configuration error for binary sensor. I believe ‘window’ is a valid device class but the following error shows up in the log.
2018-01-22 14:33:52 ERROR (MainThread) [homeassistant.config] Invalid config for [binary_sensor.mqtt]:
value is not allowed for dictionary value @ data[‘device_class’].
Got ‘window’. (See ?, line ?). Please check the docs at MQTT binary sensor - Home Assistant
Am I missing something? (I’ve tried several options from the Binary Sensor page, most I tried work with the exception of door and window.
Looks like I was using 60.1. Updated my docker container to the latest and am now on 0.61.1. The configuration error is gone now, but the sensor graphic is stock now.
just upgraded to 0.69.1 and am getting this now as well.
Mon May 14 2018 15:21:44 GMT+0100 (GMT Daylight Time)
Invalid config for [sensor.mqtt]: value is not allowed for dictionary value @ data[‘device_class’]. Got ‘motion’. (See ?, line ?). Please check the docs at https://home-assistant.io/components/sensor.mqtt/