Add manual switch, rename "customize mode" to "climate mode" to better reflect what it is switching, and change the icons to reflect mode.
@@ -8,6 +8,7 @@ primary_entity:
- id: 2
type: boolean
name: hvac_mode
+ icon: "mdi:thermostat-box"
mapping:
- dps_val: false
value: "off"
@@ -112,13 +113,31 @@ secondary_entities:
- scale: 60
step: 60
- entity: switch
- name: Customize mode
- icon: "mdi:tune"
+ name: Climate mode
category: config
dps:
- id: 9
name: switch
+ mapping:
+ - dps_val: true
+ icon: "mdi:thermostat-auto"
+ - dps_val: false
+ icon: "mdi:toggle-switch"
+ - entity: switch
+ dps:
+ - id: 1
+ type: boolean
+ name: switch
+ optional: true
+ constraint: climate_mode
+ conditions:
+ invalid: true
+ - id: 9
+ name: climate_mode
- entity: sensor
name: Current
class: current