mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-19 05:58:27 +03:00
added firmware version output in dump_conf
This commit is contained in:
@@ -33,6 +33,9 @@ api:
|
||||
ota:
|
||||
password: !secret ota_pass
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
uart:
|
||||
id: ac_uart_bus
|
||||
tx_pin: GPIO1
|
||||
@@ -56,7 +59,7 @@ climate:
|
||||
indoor_temperature: # сенсор, показывающий температуру воздуха на внутреннем блоке кондиционера; имеет все те же параметры, как и любой сенсор ESPHome
|
||||
name: AC Indoor Temperature
|
||||
id: ac_indoor_temp
|
||||
internal: true # сенсор установлен как внутренний по дефолту (не попадёт в Home Assistant)
|
||||
internal: false # сенсор установлен как внутренний по дефолту (не попадёт в Home Assistant)
|
||||
visual:
|
||||
min_temperature: 16
|
||||
max_temperature: 32
|
||||
|
||||
@@ -33,6 +33,9 @@ api:
|
||||
ota:
|
||||
password: !secret ota_pass
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
uart:
|
||||
id: ac_uart_bus
|
||||
tx_pin: GPIO1
|
||||
|
||||
Reference in New Issue
Block a user