mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
1.0 KiB
1.0 KiB
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_integration_type | |
---|---|---|---|---|---|---|---|
shiftr.io | Transfer events to Shiftr.io. |
|
Cloud Push | 0.48 | shiftr | integration |
The shiftr
integration makes it possible to transfer details collected with Home Assistant to Shiftr.io and visualize the flow of the information. Keep in mind that your details will be public!
Configuration
Create a new namespace and generate a new token. You will need to use Key (Username)
and Secret (Password)
to setup the component.
To use the shiftr
integration in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
shiftr:
username: YOUR_NAMESPACE_USERNAME
password: YOUR_NAMESPACE_PASSWORD
{% configuration %} username: description: Username for the Shiftr namespace. required: true type: string password: description: Password for the Shiftr namespace. required: true type: string {% endconfiguration %}