|
|
@@ -32,7 +32,6 @@ entities:
|
|
|
- id: 3
|
|
|
name: current_temperature
|
|
|
type: integer
|
|
|
- unit: C
|
|
|
- id: 4
|
|
|
name: mode
|
|
|
type: string
|
|
|
@@ -60,16 +59,12 @@ entities:
|
|
|
type: boolean
|
|
|
mapping:
|
|
|
- dps_val: true
|
|
|
- value: vertical
|
|
|
+ value: "on"
|
|
|
- dps_val: false
|
|
|
value: "off"
|
|
|
- - id: 103
|
|
|
- name: timer
|
|
|
- optional: true
|
|
|
- type: integer
|
|
|
|
|
|
- entity: select
|
|
|
- name: Temperature Unit
|
|
|
+ translation_key: temperature_unit
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 19
|
|
|
@@ -77,12 +72,13 @@ entities:
|
|
|
type: string
|
|
|
mapping:
|
|
|
- dps_val: C
|
|
|
- value: Celsius
|
|
|
+ value: celsius
|
|
|
- dps_val: F
|
|
|
- value: Fahrenheit
|
|
|
+ value: fahrenheit
|
|
|
|
|
|
- entity: sensor
|
|
|
- name: Time Remaining
|
|
|
+ translation_key: time_remaining
|
|
|
+ class: duration
|
|
|
category: diagnostic
|
|
|
dps:
|
|
|
- id: 105
|
|
|
@@ -91,7 +87,6 @@ entities:
|
|
|
unit: min
|
|
|
|
|
|
- entity: binary_sensor
|
|
|
- name: Fault Indicator
|
|
|
category: diagnostic
|
|
|
class: problem
|
|
|
dps:
|
|
|
@@ -102,6 +97,9 @@ entities:
|
|
|
- dps_val: 0
|
|
|
value: false
|
|
|
- value: true
|
|
|
+ - id: 106
|
|
|
+ type: bitfield
|
|
|
+ name: fault_code
|
|
|
|
|
|
- entity: select
|
|
|
translation_key: timer
|