mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 14:26:50 +00:00
864 B
864 B
layout, title, description, date, sidebar, comments, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | logo | ha_category | ha_release | ha_iot_class | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Notion | How to integrate Notion kits within Home Assistant. | 2019-06-19 20:52 | true | false | notion.png |
|
0.96 | Cloud Polling |
The Notion
component retrieves data from Notion wireless
home monitoring sensor kits.
Configuration
To add your Notion kits to your Home Assistant installation, add the following to your
configuration.yaml
file:
# Example configuration.yaml entry
notion:
username: YOUR_EMAIL_ADDRESS
password: YOUR_PASSWORD
{% configuration %} username: description: An email address for an active Notion account. required: true type: string password: description: The password for the account. required: true type: string {% endconfiguration %}