Files
hassos_config/esphome/hvac-ir-zolder.yaml
willem bdbeec27aa Update devices.yaml and state.json with new device configurations and states
- Refactored friendly names in devices.yaml for consistency and clarity.
- Added new devices and updated existing ones in devices.yaml.
- Populated state.json with detailed state information for various devices, including brightness, power, and link quality.
- Included update information for devices where applicable.
2026-04-03 00:39:43 +02:00

40 lines
1.1 KiB
YAML

substitutions:
device_name: "hvac-ir-zolder"
friendly_name: "IR-blaster Slaapkamer"
comment: "ESP8266, Tuya-hack, IR"
location: "Slaapkamer"
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