2022-03-30 21:50:39 +02:00

1.5 KiB

title description ha_category ha_iot_class ha_release ha_codeowners ha_domain ha_platforms ha_integration_type
Unify Circuit Instructions on how to send a notification to a Unify Circuit Conversation.
Notifications
Cloud Push 0.111
@braam
circuit
notify
integration

The Unify Circuit platform allows you to send notifications from Home Assistant to a conversation in Unify Circuit.

Setup

To send a notification to Circuit, you need to add the Incoming Webhook app to your conversation. When the app is added, you will receive a webhook URL that needs to be added to your configuration.yaml.

More details for creating the webhook app, visit: Create webhook Circuit

Configuration

To add the Unify Circuit platform to your installation, add the following to your configuration.yaml file:

circuit:
  webhook:
    - name: circuit_hass
      url: https://eu.yourcircuit.com/rest/v2/webhooks/incoming/<ID>

{% configuration %} name: description: Setting this parameter allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME. required: false type: string default: "notify" url: description: The webhook URL created in the setup step. required: true type: string {% endconfiguration %}

Unify circuit notify message

HTML tags can be placed inside message for extended functionality.

Example for message:

message: <b>Message</b> that will be added.