项目作者: boonhapus

项目描述 :
Task automation library focused on home automation.
高级语言: Python
项目地址: git://github.com/boonhapus/ha-utomate.git
创建时间: 2020-09-26T14:17:43Z
项目社区:https://github.com/boonhapus/ha-utomate

开源协议:

下载


Hautomate [Home Assistant Component]

A task automation library focused on home automation.

Visit the Wiki for more information.


Looking for the hautomate library documentation?

👉 click here 👈

Getting Started

The best way to get up and running with hautomate in HomeAssistant is with HACS as a custom repository.

All that’s left to do is add hautomate to your configuration.yaml with a directive pointing to the directory that holds all your Apps!

  1. hautomate:
  2. apps_dir: /path/to/my/apps/

Optionally, if you’d like to just test if your install is working, you may use the constant hello_world.

  1. hautomate:
  2. apps_dir: hello_world


ui-example