split des fichiers de conf HA
This commit is contained in:
committed by
Cabillot Julien
parent
fdc51427b3
commit
4a8e870e76
20
home-assistant/conf_light.d/strip1.yaml
Normal file
20
home-assistant/conf_light.d/strip1.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
- platform: "mqtt"
|
||||
name: "strip1"
|
||||
retain: true
|
||||
effect: true
|
||||
effect_list:
|
||||
- "cylon"
|
||||
- "colorp"
|
||||
- "colort"
|
||||
- "fire"
|
||||
- "firep"
|
||||
- "full"
|
||||
- "error"
|
||||
command_topic: "strip1/switch"
|
||||
state_topic: "strip1/status"
|
||||
rgb_command_topic: "strip1/color/switch"
|
||||
rgb_state_topic: "strip1/color/status"
|
||||
brightness_command_topic: "strip1/brightness/switch"
|
||||
brightness_state_topic: "strip1/brightness/status"
|
||||
effect_command_topic: "strip1/effect/switch"
|
||||
effect_state_topic: "strip1/effect/status"
|
||||
Reference in New Issue
Block a user