mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-13 23:16:59 +03:00
Update ac-energolux-bern.yaml
This commit is contained in:
@@ -1,20 +1,22 @@
|
|||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
#type: git
|
type: git
|
||||||
#url: https://github.com/GrKoR/esphome_aux_ac_component
|
url: https://github.com/Brokly/esphome_aux_ac_component
|
||||||
type: local
|
#type: local
|
||||||
path: my_components
|
#path: my_components
|
||||||
components: [ aux_ac ]
|
components: [ aux_ac ]
|
||||||
refresh: 0s
|
refresh: 0s
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: $devicename
|
name: $devicename
|
||||||
|
platform: ESP8266
|
||||||
|
board: esp12e
|
||||||
|
|
||||||
esp32:
|
#esp32:
|
||||||
board: nodemcu-32s
|
# board: nodemcu-32s
|
||||||
framework:
|
# framework:
|
||||||
type: arduino
|
# type: arduino
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ssid: !secret wifi_ssid
|
ssid: !secret wifi_ssid
|
||||||
password: !secret wifi_pass
|
password: !secret wifi_pass
|
||||||
@@ -34,9 +36,10 @@ debug:
|
|||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
|
baud_rate: 0
|
||||||
|
|
||||||
api:
|
api:
|
||||||
# password: !secret api_pass
|
password: !secret api_pass
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret ota_pass
|
password: !secret ota_pass
|
||||||
|
|||||||
Reference in New Issue
Block a user