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:
|
substitutions:
|
||||||
device_name: tclac
|
device_name: tclac
|
||||||
humanly_name: TCL Air Conditioner
|
humanly_name: TCL Air Conditioner
|
||||||
@@ -5,20 +22,16 @@ substitutions:
|
|||||||
wifi_password: !secret wifi_password
|
wifi_password: !secret wifi_password
|
||||||
recovery_pass: mKSzmBdt7DAj
|
recovery_pass: mKSzmBdt7DAj
|
||||||
ota_pass: 90cf525a594c8bb2cbf917bc2c2fa058
|
ota_pass: 90cf525a594c8bb2cbf917bc2c2fa058
|
||||||
api_key: lmUoWsWs1oqSfJqLFsA6PisHSx4Y1G+iu7V3PDIqpXk=
|
uart_rx: GPIO1
|
||||||
uart_rx: GPIO3
|
uart_tx: GPIO3
|
||||||
uart_tx: GPIO1
|
|
||||||
receive_led: GPIO2
|
receive_led: GPIO2
|
||||||
transmit_led: GPIO2
|
transmit_led: GPIO2
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/I-am-nightingale/tclac.git
|
url: https://github.com/sorz2122/tclac.git
|
||||||
ref: master
|
ref: master
|
||||||
files:
|
files:
|
||||||
- packages/core.yaml
|
- packages/core.yaml
|
||||||
refresh: 30s
|
refresh: 30s
|
||||||
|
|
||||||
esphome:
|
|
||||||
platform: ESP32
|
|
||||||
board: nodemcu-32s
|
|
||||||
Reference in New Issue
Block a user