When there is no data from the device yet, select for initial state was evaluated as having no values. Default to having word values, so the initialisation picks up the options. Issue #3112
@@ -77,13 +77,13 @@ entities:
type: string
name: word_values
mapping:
- - dps_val: "on"
- value: true
- - dps_val: "off"
- - dps_val: memory
- - value: false
+ - dps_val: "0"
+ value: false
+ - dps_val: "1"
+ - dps_val: "2"
+ - value: true
- entity: sensor
name: Energy
category: diagnostic