Skip to content

majamassarini/automate-home-assistant-plugin

Repository files navigation

automate-home-assistant-plugin

Build Status codecov

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

Contributing

Pull requests are welcome!

License

The automate-home-assistant-plugin is licensed under MIT

About

The Home Assistant plugin for the automate-home project.

Topics

Resources

Stars

Watchers

Forks

Languages