fix config

This commit is contained in:
J. Nick Koston 2023-06-08 11:24:41 -05:00
parent 388cbf573d
commit 542eeab1d5
No known key found for this signature in database
2 changed files with 13 additions and 10 deletions

View File

@ -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:

View File

@ -1,9 +1,19 @@
esphome:
name: ${id_prefix}
platform: ESP8266
board: esp01_1m
restore_from_flash: true
api:
id: api_server
external_components:
- source:
type: git
url: https://github.com/bdraco/esphome-ratgdo
refresh: 1s
ratgdo:
id: ${id_prefix}