ESPHome-Devices/common/light/gosund_dimmer.yaml

9 lines
221 B
YAML
Raw Normal View History

2020-03-22 14:04:38 +00:00
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}