mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-08 20:46:55 +03:00
example update
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user