Add improv_serial support
This commit is contained in:
@@ -165,6 +165,7 @@ button:
|
|||||||
- script.execute: vibrate
|
- script.execute: vibrate
|
||||||
|
|
||||||
captive_portal:
|
captive_portal:
|
||||||
|
id: ap_captive_portal
|
||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
@@ -291,10 +292,7 @@ esphome:
|
|||||||
- lambda: send_event_to_ha->execute("boot", "done");
|
- lambda: send_event_to_ha->execute("boot", "done");
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source: github://edwardtfn/TX-Ultimate-Easy@dev # Change this before releasing
|
||||||
type: git
|
|
||||||
url: https://github.com/edwardtfn/TX-Ultimate-Easy
|
|
||||||
ref: dev
|
|
||||||
components:
|
components:
|
||||||
- tx_ultimate_easy
|
- tx_ultimate_easy
|
||||||
|
|
||||||
@@ -311,6 +309,9 @@ i2s_audio:
|
|||||||
i2s_bclk_pin: GPIO2
|
i2s_bclk_pin: GPIO2
|
||||||
i2s_lrclk_pin: GPIO4
|
i2s_lrclk_pin: GPIO4
|
||||||
|
|
||||||
|
improv_serial:
|
||||||
|
id: serial_improv
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
name: Light - All
|
name: Light - All
|
||||||
|
|||||||
Reference in New Issue
Block a user