Update Sample_conf.yaml
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
esphome:
|
||||
name: klimaanlage
|
||||
friendly_name: Klimaanlage
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "glXNdaZaLVlV8p2M0sYLNr+8BPt4zOU8HAhanEuRDCU="
|
||||
|
||||
|
||||
substitutions:
|
||||
device_name: tclac
|
||||
humanly_name: TCL Air Conditioner
|
||||
@@ -5,20 +22,16 @@ substitutions:
|
||||
wifi_password: !secret wifi_password
|
||||
recovery_pass: mKSzmBdt7DAj
|
||||
ota_pass: 90cf525a594c8bb2cbf917bc2c2fa058
|
||||
api_key: lmUoWsWs1oqSfJqLFsA6PisHSx4Y1G+iu7V3PDIqpXk=
|
||||
uart_rx: GPIO3
|
||||
uart_tx: GPIO1
|
||||
uart_rx: GPIO1
|
||||
uart_tx: GPIO3
|
||||
receive_led: GPIO2
|
||||
transmit_led: GPIO2
|
||||
|
||||
packages:
|
||||
remote_package:
|
||||
url: https://github.com/I-am-nightingale/tclac.git
|
||||
url: https://github.com/sorz2122/tclac.git
|
||||
ref: master
|
||||
files:
|
||||
- packages/core.yaml
|
||||
refresh: 30s
|
||||
|
||||
esphome:
|
||||
platform: ESP32
|
||||
board: nodemcu-32s
|
||||
Reference in New Issue
Block a user