1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00
home-assistant/light.yaml

17 lines
483 B
YAML
Raw Normal View History

2017-01-23 00:50:09 +00:00
- platform: mqtt
name: 'dev'
state_topic: 'den/light1/state'
command_topic: 'den/light1/command'
optimistic: false
2017-04-12 21:18:33 +00:00
- 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