We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b1ffe commit d3b8980Copy full SHA for d3b8980
2 files changed
configs/secrets.yaml
@@ -1,5 +1,3 @@
1
---
2
wifi_ssid: "..."
3
wifi_password: "........"
4
-ota_password: "..."
5
-api_password: "..."
configs/sensor-community-example-config.yaml
@@ -14,14 +14,6 @@ esp32:
14
logger:
15
level: DEBUG
16
17
-api:
18
- password: !secret api_password
19
- reboot_timeout: 0s
20
-
21
-ota:
22
- platform: esphome
23
- password: !secret ota_password
24
25
http_request:
26
verify_ssl: false
27
timeout: 5s
0 commit comments