|
|
@@ -48,22 +48,16 @@ primary_entity:
|
|
|
value: eco
|
|
|
- dps_val: false
|
|
|
value: comfort
|
|
|
- - id: 102
|
|
|
- type: integer
|
|
|
- name: floor_temperature
|
|
|
- mapping:
|
|
|
- - scale: 2
|
|
|
- id: 103
|
|
|
- type: enum
|
|
|
- name: tempSwitch
|
|
|
+ type: string
|
|
|
+ # There are many variants of BHT-002 on the market, not all support this
|
|
|
+ optional: true
|
|
|
+ name: hvac_action
|
|
|
conditions:
|
|
|
- dps_val: "0"
|
|
|
- value: not_heating
|
|
|
+ value: idle
|
|
|
- dps_val: "1"
|
|
|
value: heating
|
|
|
- - id: 104
|
|
|
- type: boolean
|
|
|
- name: floortempFunction
|
|
|
secondary_entities:
|
|
|
- entity: lock
|
|
|
translation_key: child_lock
|
|
|
@@ -78,8 +72,13 @@ secondary_entities:
|
|
|
dps:
|
|
|
- id: 102
|
|
|
type: integer
|
|
|
+ # If dp 104 is false, this may not be present
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
|
unit: C
|
|
|
class: measurement
|
|
|
mapping:
|
|
|
- scale: 2
|
|
|
+ - id: 104
|
|
|
+ type: boolean
|
|
|
+ name: available
|