The Home Assistant plugin for the automate-home project.
Triggers for a Home Assistant wind sensor.
- !Performer
name: "wind trigger"
for appliance: "wind"
commands: []
triggers:
- !home_assistant_plugin.service.sensor.float.trigger.Always {entity_id: "sensor.velocita_del_vento"}
- !Performer
name: "strong wind trigger"
for appliance: "wind"
commands: []
triggers:
- !home_assistant_plugin.service.sensor.float.trigger.GreaterThan
entity_id: "sensor.velocita_del_vento"
events:
- !home.event.wind.Event.Strong
value: 3.0
Command for notifying a message through Home Assistant.
- !Performer
name: "notify microwave can be detached"
for appliance: "microwave"
commands:
- !home_assistant_plugin.service.notify.command.Detachable {message: "the microwave could be detached", title: "", target: [], data: {}}
triggers: []
Pull requests are welcome!
The automate-home-assistant-plugin is licensed under MIT