mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
* Move device files from devices folder to root * Update relative file references to match new relative paths * Update README with new folder structure
22 lines
367 B
YAML
22 lines
367 B
YAML
substitutions:
|
|
board: esp01_1m
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: ./components
|
|
components: [ tuya_light_plus ]
|
|
|
|
packages:
|
|
base: !include device_base_esp8266.yaml
|
|
uart: !include uart/tuya.yaml
|
|
|
|
sensor:
|
|
- platform: total_daily_energy
|
|
name: ${device_name}
|
|
icon: mdi:flash
|
|
power_id: power
|
|
method: left
|
|
|
|
tuya:
|