mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2026-01-01 22:29:09 +03:00
19 lines
679 B
YAML
19 lines
679 B
YAML
# compile this file with ESPHome
|
|
# This file contains unique settings for specific air conditioner
|
|
|
|
#===================================================================================
|
|
# LIVINGROOM AIR CONDITIONER
|
|
#===================================================================================
|
|
|
|
substitutions:
|
|
devicename: livingroom-ac
|
|
low_devicename: livingroom_ac
|
|
upper_devicename: Livingroom AC
|
|
|
|
# use different wifi_ip and wifi_ota_ip in case of esp ip-address change
|
|
# if ip haven't changed wifi_ip and wifi_ota_ip should be the same
|
|
wifi_ip: !secret wifi_ip_livingroom
|
|
wifi_ota_ip: !secret wifi_ota_ip_livingroom
|
|
|
|
<<: !include ac-energolux-bern.yaml
|