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_ssid: <FILL IN SSID>
|
||||||
wifi_password: <FILL IN PASSWORD>
|
wifi_password: <FILL IN PASSWORD>
|
||||||
|
|
||||||
|
|
||||||
esphome:
|
|
||||||
name: ${id_prefix}
|
|
||||||
platform: ESP8266
|
|
||||||
board: esp01_1m
|
|
||||||
restore_from_flash: true
|
|
||||||
|
|
||||||
api:
|
|
||||||
id: api_server
|
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
@ -46,6 +36,9 @@ time:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
id: homeassistant_time
|
id: homeassistant_time
|
||||||
|
|
||||||
|
api:
|
||||||
|
id: api_server
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
|
|
10
base.yml
10
base.yml
|
@ -1,9 +1,19 @@
|
||||||
|
esphome:
|
||||||
|
name: ${id_prefix}
|
||||||
|
platform: ESP8266
|
||||||
|
board: esp01_1m
|
||||||
|
restore_from_flash: true
|
||||||
|
|
||||||
|
api:
|
||||||
|
id: api_server
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/bdraco/esphome-ratgdo
|
url: https://github.com/bdraco/esphome-ratgdo
|
||||||
refresh: 1s
|
refresh: 1s
|
||||||
|
|
||||||
|
|
||||||
ratgdo:
|
ratgdo:
|
||||||
id: ${id_prefix}
|
id: ${id_prefix}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue