Initial state dp is optional, but there was no listing for the null case. List the options so that the select entity is created correctly. Issue #1487
@@ -52,6 +52,15 @@ secondary_entities:
value: "On"
- dps_val: memory
value: Last state
+ # during startup there may be no value, but we need to know the options
+ - dps_val: null
+ mapping:
+ - dps_val: "off"
+ value: "Off"
+ - dps_val: "on"
+ value: "On"
+ - dps_val: memory
+ value: "Last state"
- entity: light
name: Backlight
category: config