fix config
This commit is contained in:
parent
388cbf573d
commit
542eeab1d5
13
README.md
13
README.md
|
@ -22,16 +22,6 @@ substitutions:
|
|||
wifi_ssid: <FILL IN SSID>
|
||||
wifi_password: <FILL IN PASSWORD>
|
||||
|
||||
|
||||
esphome:
|
||||
name: ${id_prefix}
|
||||
platform: ESP8266
|
||||
board: esp01_1m
|
||||
restore_from_flash: true
|
||||
|
||||
api:
|
||||
id: api_server
|
||||
|
||||
web_server:
|
||||
|
||||
packages:
|
||||
|
@ -46,6 +36,9 @@ time:
|
|||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
|
||||
api:
|
||||
id: api_server
|
||||
|
||||
ota:
|
||||
|
||||
wifi:
|
||||
|
|
Loading…
Reference in New Issue