2025-01-06 13:17:05 -05:00
|
|
|
# Enable logging
|
|
|
|
logger:
|
|
|
|
|
|
|
|
# Enable Home Assistant API
|
|
|
|
api:
|
|
|
|
encryption:
|
|
|
|
key: !secret encryption_key
|
|
|
|
|
|
|
|
ota:
|
|
|
|
- platform: esphome
|
|
|
|
password: !secret ota_password # сюди свій пасс вписати
|
|
|
|
|
|
|
|
captive_portal:
|
|
|
|
|
|
|
|
web_server:
|
|
|
|
port: 80
|
|
|
|
version: 3
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- platform: uptime
|
|
|
|
name: "${friendly_name} Uptime"
|
|
|
|
- platform: wifi_signal
|
2025-01-08 13:05:40 -05:00
|
|
|
name: "${friendly_name} Wifi Signal"
|
|
|
|
|
|
|
|
button:
|
|
|
|
- platform: restart
|
|
|
|
name: "Restart ${friendly_name}"
|