|
|
@@ -4,6 +4,7 @@ products:
|
|
|
name: HS-1500
|
|
|
primary_entity:
|
|
|
entity: climate
|
|
|
+ translation_only_key: heater
|
|
|
dps:
|
|
|
- id: 1
|
|
|
type: boolean
|
|
|
@@ -53,7 +54,7 @@ primary_entity:
|
|
|
value: Temp sensor fault
|
|
|
- dps_val: 2
|
|
|
value: Tilt over
|
|
|
- - dps_val: 3
|
|
|
+ - dps_val: 4
|
|
|
value: Over-voltage
|
|
|
- id: 19
|
|
|
type: string
|
|
|
@@ -74,10 +75,9 @@ primary_entity:
|
|
|
type: integer
|
|
|
name: cur_temp_f
|
|
|
hidden: true
|
|
|
-
|
|
|
secondary_entities:
|
|
|
- entity: light
|
|
|
- name: Display
|
|
|
+ translation_key: display
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 5
|
|
|
@@ -93,8 +93,7 @@ secondary_entities:
|
|
|
- dps_val: "100"
|
|
|
value: 255
|
|
|
- entity: lock
|
|
|
- name: Child lock
|
|
|
- icon: "mdi:hand-back-right-off"
|
|
|
+ translation_key: child_lock
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 7
|
|
|
@@ -106,7 +105,6 @@ secondary_entities:
|
|
|
- dps_val: false
|
|
|
value: true
|
|
|
- entity: binary_sensor
|
|
|
- name: Fault
|
|
|
class: problem
|
|
|
category: diagnostic
|
|
|
dps:
|
|
|
@@ -118,8 +116,7 @@ secondary_entities:
|
|
|
value: false
|
|
|
- value: true
|
|
|
- entity: select
|
|
|
- name: Temperature unit
|
|
|
- icon: "mdi:temperature-celsius"
|
|
|
+ translation_key: temperature_unit
|
|
|
category: config
|
|
|
dps:
|
|
|
- id: 19
|
|
|
@@ -127,6 +124,6 @@ secondary_entities:
|
|
|
name: option
|
|
|
mapping:
|
|
|
- dps_val: c
|
|
|
- value: Celsius
|
|
|
+ value: celsius
|
|
|
- dps_val: f
|
|
|
- value: Fahrenheit
|
|
|
+ value: fahrenheit
|