mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
9 lines
221 B
YAML
9 lines
221 B
YAML
platform: custom
|
|
lambda: |-
|
|
auto gosund_light = new GosundSW2Light(gosund_uart, gosund_dimmer_led);
|
|
App.register_component(gosund_light);
|
|
return {gosund_light};
|
|
lights:
|
|
- id: gosund_light
|
|
name: ${device_name}
|