mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 23:37:35 +00:00
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Shiftr.io | Transfer events to Shiftr.io. | 2017-06-16 07:00 | true | false | true | true | shiftr.png | History | false | 0.48 |
The shiftr
component 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!
{% linkable_title 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
component 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 %}