periodic push
This commit is contained in:
35
esphome/hvac-ir-zolder.yaml
Normal file
35
esphome/hvac-ir-zolder.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
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
|
||||
sensor_wifi: !include sensors/wifi.yaml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user