From 3f44a8e06f2157cd1fad40e782b9870e687723f6 Mon Sep 17 00:00:00 2001 From: Brokly Date: Thu, 26 May 2022 19:23:54 +0300 Subject: [PATCH] Update ac-energolux-bern.yaml --- examples/advanced/ac-energolux-bern.yaml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/examples/advanced/ac-energolux-bern.yaml b/examples/advanced/ac-energolux-bern.yaml index 69035c3..b9ac1f7 100644 --- a/examples/advanced/ac-energolux-bern.yaml +++ b/examples/advanced/ac-energolux-bern.yaml @@ -1,20 +1,22 @@ external_components: - source: - #type: git - #url: https://github.com/GrKoR/esphome_aux_ac_component - type: local - path: my_components + type: git + url: https://github.com/Brokly/esphome_aux_ac_component + #type: local + #path: my_components components: [ aux_ac ] refresh: 0s esphome: name: $devicename + platform: ESP8266 + board: esp12e -esp32: - board: nodemcu-32s - framework: - type: arduino - +#esp32: +# board: nodemcu-32s +# framework: +# type: arduino + wifi: ssid: !secret wifi_ssid password: !secret wifi_pass @@ -34,9 +36,10 @@ debug: logger: level: DEBUG + baud_rate: 0 api: -# password: !secret api_pass + password: !secret api_pass ota: password: !secret ota_pass