set cat
This commit is contained in:
parent
542eeab1d5
commit
c85e752b84
7
base.yml
7
base.yml
|
@ -1,19 +1,16 @@
|
||||||
esphome:
|
esphome:
|
||||||
name: ${id_prefix}
|
name: ${id_prefix}
|
||||||
platform: ESP8266
|
|
||||||
|
esp8266:
|
||||||
board: esp01_1m
|
board: esp01_1m
|
||||||
restore_from_flash: true
|
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