automate-home-assistant-plugin 0.9.1

Last updated:

0 purchases

automate-home-assistant-plugin 0.9.1 Image
automate-home-assistant-plugin 0.9.1 Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.