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:
|
||||
priority: 300
|
||||
then:
|
||||
|
|
@ -23,6 +21,9 @@ esphome:
|
|||
green: 50%
|
||||
blue: 0%
|
||||
white: 100%
|
||||
|
||||
esp8266:
|
||||
board: esp01_1m
|
||||
|
||||
interval:
|
||||
- interval: 15s
|
||||
|
|
@ -37,6 +38,7 @@ interval:
|
|||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
batch_delay: 0ms
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue