Files
hassos_config/esphome/hvac-ir-zolder.yaml
2026-03-26 12:10:21 +01:00

40 lines
1.1 KiB
YAML

substitutions:
device_name: "hvac-ir-zolder"
friendly_name: "IR-blaster Woonkamer"
comment: "ESP8266, Tuya-hack, IR"
location: "woonkamer"
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
#kerst: !include templates/remote_kerstlampjes.yaml
beamer: !include templates/remote_beamer_slaapkamer.yaml