diff --git a/README.md b/README.md index 705d243..d8e4842 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,6 @@ substitutions: wifi_ssid: wifi_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: diff --git a/base.yml b/base.yml index 05a1f25..dcd543a 100644 --- a/base.yml +++ b/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: - source: type: git url: https://github.com/bdraco/esphome-ratgdo refresh: 1s + ratgdo: id: ${id_prefix}