After the last update I got this error on my scene configuration:
Invalid config for [scene]: State for climate.meq123456 should be a string for dictionary value @ data['states'][0]['entities']. Got None. (See /config/configuration.yaml, line 40).
This is a working scene and the following not working:
# WORKING SCENE
- name: Licht Lesen
entities:
light.hue:
state: on
brightness: 255
color_temp: 360
# ERROR SCENE
- name: Heizung off
entities:
climate.meq123456:
preset_mode: eco
climate.meq987654:
preset_mode: eco
meq works fine, I can control it via frontend usualy.
I can’t finde any other description in the docs. What has changed?