The Lifx plugin for the automate-home project.
Trigger and commands for a indoor hue light model.
- !Performer
name: "lifx state"
for appliance: "an indoor hue light"
commands: []
triggers:
- !lifx_plugin.trigger.State
addresses: [["172.31.10.245", 56700]]
events: []
- !Performer
name: "set color command"
for appliance: "an indoor hue light"
commands:
- !lifx_plugin.command.SetColor { addresses: [ [ "172.31.10.245", 56700 ] ] }
triggers: [ ]
- !Performer
name: "start show command"
for appliance: "an indoor hue light"
commands:
- !lifx_plugin.command.SetWaveform { addresses: [ [ "172.31.10.245", 56700 ] ] }
triggers: [ ]
- !Performer
name: "adjust lifx brightness through a knx dimming button"
for appliance: "an indoor hue light"
commands:
- !lifx_plugin.command.SetColor {addresses: [["172.31.10.245", 56700]]}
triggers:
- !knx_plugin.trigger.dpt_control_dimming.BrightnessStep {addresses: [0x0C07]}
Pull requests are welcome!
The automate-lifx-plugin is licensed under MIT.