mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +00:00
Add RGB strip
This commit is contained in:
parent
9ef2d33fa9
commit
97854f4a3c
11
light.yaml
11
light.yaml
@ -3,3 +3,14 @@
|
|||||||
state_topic: 'den/light1/state'
|
state_topic: 'den/light1/state'
|
||||||
command_topic: 'den/light1/command'
|
command_topic: 'den/light1/command'
|
||||||
optimistic: false
|
optimistic: false
|
||||||
|
|
||||||
|
- platform: mqtt
|
||||||
|
name: 'Bedroom RGB Strip'
|
||||||
|
state_topic: 'bed/rgb1/light/status'
|
||||||
|
command_topic: 'bed/rgb1/light/switch'
|
||||||
|
brightness_state_topic: 'bed/rgb1/brightness/status'
|
||||||
|
brightness_command_topic: 'bed/rgb1/brightness/set'
|
||||||
|
rgb_state_topic: 'bed/rgb1/rgb/status'
|
||||||
|
rgb_command_topic: 'bed/rgb1/rgb/set'
|
||||||
|
brightness_scale: 100
|
||||||
|
optimistic: false
|
||||||
|
Loading…
Reference in New Issue
Block a user