@@ -0,0 +1,62 @@
+name: Heat Cold thermostat v2
+entities:
+ - entity: climate
+ dps:
+ - id: 2
+ type: integer
+ name: temperature
+ unit: C
+ range:
+ min: 50
+ max: 350
+ mapping:
+ - step: 5
+ scale: 10
+ - id: 3
+ name: current_temperature
+ - scale: 10
+ - id: 1
+ type: boolean
+ name: hvac_mode
+ - dps_val: true
+ constraint: cool_heat
+ conditions:
+ value: cool
+ - dps_val: false
+ value: heat
+ value: "off"
+ - id: 6
+ name: cool_heat
+ - id: 14
+ type: string
+ name: hvac_action
+ - dps_val: no_working
+ value: idle
+ - dps_val: working
+ value: cooling
+ value: heating
+ - dps_val: window_opened
+ - entity: lock
+ translation_key: child_lock
+ category: config
+ - id: 7
+ name: lock