LlamaLab Automate
The llamalab_automate
integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] uses Googles Cloud Messaging Services to push messages from Home Assistant to your Android device running the LlamaLab Automate
Prerequisites
Go to https://llamalab.com/automate/cloud/
Configuration
To use this notification integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] in your installation, add the following to your configuration.yaml
configuration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file.
在更改了configuration.yaml
configuration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] 文件后,重启 Home Assistant 以应用更改。 该集成现在显示在集成页面的 设置 > 设备与服务 下。其实体在集成卡片上以及实体标签上列出。
# Example configuration.yaml entry
notify:
- name: NOTIFIER_NAME
platform: llamalab_automate
api_key: YOUR_API_KEY
to: YOUR_EMAIL_ADDRESS
Configuration Variables
Setting the optional parameter name
allows multiple notifiers to be created. The notifier will bind to the notify.NOTIFIER_NAME
action.
Example Automation:
- action: notify.entity_id
data:
message: "This is the message"
data:
priority: Normal
Message delivery priority
in the nested data
section is optional (default value: Normal).
Value “High” attempts to awaken the receiving device.
Receiving cloud messages in Automate:
- Add a new flow
- Insert block “Messaging -> Cloud message receive”
- Insert block “Interface -> Toast show”
- Connect OK from Flow beginning to IN of Cloud receive
- Connect OK from Cloud receive to Toast show
- Connect OK form Toast show to IN of Cloud receive
- Tap Cloud receive and select the email account as setup in your configuration
- Assign a variable name for the Payload
- Tap Toast show and set the message value to the variable you’ve specified
If you have multiple devices paired to one Google Mail account and want to control each instance of Automate individually, you can set the notifier to target a specific device. To determine your devices name, add a Cloud Message send block to your flow, tap it and scroll all the way to the bottom. Device names are case sensitive.