fix incorrect post of heater
This commit is contained in:
parent
26ffa6372a
commit
36851677a5
4 changed files with 20 additions and 8 deletions
12
kitchen.yml
12
kitchen.yml
|
|
@ -18,6 +18,11 @@ ota:
|
|||
wifi:
|
||||
ssid: "Cochrun"
|
||||
password: "GreasyChicken784"
|
||||
manual_ip:
|
||||
static_ip: 192.168.1.125
|
||||
gateway: 192.168.1.1
|
||||
subnet: 255.255.255.0
|
||||
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
|
|
@ -26,6 +31,13 @@ wifi:
|
|||
|
||||
captive_portal:
|
||||
|
||||
# web_server:
|
||||
# port: 80
|
||||
# version: 3
|
||||
|
||||
# http_request:
|
||||
# verify_ssl: false
|
||||
|
||||
i2c:
|
||||
sda: GPIO4
|
||||
scl: GPIO5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue