periodic push
This commit is contained in:
34
esphome/hvac-ir-woonkamer.yaml
Normal file
34
esphome/hvac-ir-woonkamer.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
substitutions:
|
||||
device_name: "hvac-ir-dsplay"
|
||||
friendly_name: "IR display sensor woonkamer"
|
||||
comment: "ESP8266, tuya-hack, display, sensor, IR"
|
||||
location: "woonkamer"
|
||||
api_password: !secret hvac_woonkamer_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_woonkamer_ip
|
||||
hvac_sensor: tuya_temp
|
||||
pin_ir_tx: GPIO14
|
||||
pin_ir_rx: GPIO5
|
||||
pin_tuya_rx: GPIO3
|
||||
pin_tuya_tx: GPIO1
|
||||
pin_tuya_status: GPIO16
|
||||
pin_button: GPIO13
|
||||
pin_status: GPIO4
|
||||
|
||||
packages:
|
||||
board: !include boards/esp12f.yaml
|
||||
ir: !include interfaces/ir.yaml
|
||||
connection: !include common/wifi.yaml
|
||||
device_base: !include common/common.yaml
|
||||
logger: !include templates/nologger.yaml
|
||||
status: !include templates/status.yaml
|
||||
button: !include templates/button.yaml
|
||||
climate: !include templates/climate_sens.yaml
|
||||
temp: !include sensors/tuya_mcu.yaml
|
||||
sensor_wifi: !include sensors/wifi.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user