Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

994 B

title, description, logo, ha_category, ha_release
title description logo ha_category ha_release
Shiftr.io Transfer events to Shiftr.io. shiftr.png
History
0.48

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 %}