example update

This commit is contained in:
GrKoR
2022-06-02 00:28:53 +03:00
parent f5471a5421
commit 5a06f1bf15

View File

@@ -69,9 +69,37 @@ climate:
id: ${devicename}_indoor_temp id: ${devicename}_indoor_temp
internal: false internal: false
display_state: display_state:
name: $upper_devicename Display State name: ${upper_devicename} Display State
id: ${devicename}_display_state id: ${devicename}_display_state
internal: false internal: false
outdoor_temperature:
name: ${upper_devicename} Outdoor Temperature
id: ${devicename}_outdoor_temp
internal: false
outbound_temperature:
name: ${upper_devicename} Colant Outbound Temperature
id: ${devicename}_outbound_temp
internal: false
inbound_temperature:
name: ${upper_devicename} Colant Inbound Temperature
id: ${devicename}_inbound_temp
internal: false
compressor_temperature:
name: ${upper_devicename} Compressor Temperature
id: ${devicename}_strange_temp
internal: false
defrost_state:
name: ${upper_devicename} Defrost State
id: ${devicename}_defrost_state
internal: false
invertor_power:
name: ${upper_devicename} Invertor Power
id: ${devicename}_invertor_power
internal: false
state_reporter:
name: ${upper_devicename} State Reporter
id: ${devicename}_state_reporter
internal: false
visual: visual:
min_temperature: 16 min_temperature: 16
max_temperature: 32 max_temperature: 32
@@ -89,7 +117,6 @@ climate:
- SLEEP - SLEEP
custom_presets: custom_presets:
- CLEAN - CLEAN
- FEEL
- HEALTH - HEALTH
- ANTIFUNGUS - ANTIFUNGUS
supported_swing_modes: supported_swing_modes:
@@ -109,7 +136,7 @@ sensor:
switch: switch:
- platform: template - platform: template
name: $upper_devicename Display name: ${upper_devicename} Display
lambda: |- lambda: |-
if (id(${devicename}_display_state).state) { if (id(${devicename}_display_state).state) {
return true; return true;