feat: esphome updates
This commit is contained in:
parent
b48ec98cb3
commit
bf5c7a74cb
19 changed files with 341 additions and 281 deletions
|
|
@ -5,8 +5,6 @@ substitutions:
|
|||
esphome:
|
||||
name: ${device_name}
|
||||
comment: ${friendly_name}
|
||||
platform: ESP8266
|
||||
board: esp01_1m
|
||||
on_boot:
|
||||
then:
|
||||
- light.turn_on:
|
||||
|
|
@ -20,7 +18,8 @@ esphome:
|
|||
id: my_light
|
||||
color_temperature: 2700 K
|
||||
|
||||
|
||||
esp8266:
|
||||
board: esp01_1m
|
||||
|
||||
interval:
|
||||
- interval: 15s
|
||||
|
|
@ -40,6 +39,7 @@ interval:
|
|||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
batch_delay: 0ms
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue