Files
hassos_config/esphome/hvac-ir-zolder.yaml
2024-10-13 22:59:09 +02:00

38 lines
991 B
YAML

substitutions:
device_name: "hvac-ir-zolder"
friendly_name: "Airco IR Zolder"
comment: "ESP8266, Tuya-hack, IR"
location: "zolder"
api_password: !secret hvac_zolder_api
ota_password: !secret ota_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
gateway: !secret ip_gateway
subnet: !secret ip_subnet
ip: !secret hvac_zolder_ip
hvac_sensor: sht_temp
update_interval: 30s
#pin definitions
pin_ir_tx: GPIO14
pin_ir_rx: GPIO5
pin_button: GPIO13
pin_leds: GPIO03
#pin_status: GPIO4
pin_sda: GPIO4
pin_scl: GPIO0
packages:
board: !include boards/esp12f.yaml
ir: !include interfaces/ir.yaml
i2c_a: !include interfaces/i2c_a.yaml
connection: !include common/wifi.yaml
device_base: !include common/common.yaml
climate: !include templates/climate_sens.yaml
#status: !include templates/status.yaml
logger: !include templates/logger.yaml
sht3x: !include sensors/sht3x.yaml
smsl: !include templates/remote_smsl.yaml