mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
18bb3a8e5e
* Begin making updates needed for ESPHome v2021.8.0 * Wrap up changes needed for ESPHome 2021.8.0 Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
17 lines
304 B
YAML
17 lines
304 B
YAML
substitutions:
|
|
platform: ESP8266
|
|
board: esp01_1m
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: ../components
|
|
components: [ tuya_light_plus ]
|
|
|
|
packages:
|
|
base: !include device_base.yaml
|
|
logger: !include logger/logger_no_serial.yaml
|
|
uart: !include uart/tuya.yaml
|
|
|
|
tuya:
|