adding framework keys
This commit is contained in:
parent
243991bf8a
commit
ddf6470af2
3 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
esp8266:
|
esp8266:
|
||||||
board: esp8285
|
board: esp8285
|
||||||
|
framework:
|
||||||
|
type: arduino
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
esp8266:
|
esp8266:
|
||||||
board: esp01_1m
|
board: esp01_1m
|
||||||
|
framework:
|
||||||
|
type: arduino
|
||||||
|
|
||||||
api:
|
api:
|
||||||
on_client_connected:
|
on_client_connected:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
esp32:
|
esp32:
|
||||||
board: ESP32C3
|
board: esp32-c3-devkitm-1
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
i2c:
|
i2c:
|
||||||
sda: GPIO8
|
sda: GPIO8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue