Invalid config after updating to 2023.8.0
sioakim opened this issue · 1 comments
sioakim commented
After upgrading to 2023.8.0 I'm getting the following error:
2023-08-03 16:45:17.333 ERROR (MainThread) [homeassistant.config] Invalid config for [binary_sensor.sun2]: value must be one of ['elevation'] @ data['monitored_conditions'][1]. Got 'dawn'
value must be one of ['elevation'] @ data['monitored_conditions'][2]. Got 'dusk'. (See /config/configuration.yaml, line 43). Please check the docs at https://github.com/pnbruckner/ha-sun2/blob/master/README.md
pnbruckner commented
dawn
is an option for a sensor
, not a binary_sensor
.