Last updated:
0 purchases
automatehomeassistantplugin 0.9.1
automate-home-assistant-plugin
The Home Assistant plugin for the automate-home project.
Yaml examples of usage
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: []
Documentation
automate-home protocol commands/triggers chapter
Contributing
Pull requests are welcome!
License
The automate-home-assistant-plugin is licensed under MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.