Franck Nijhof bb1fe0ff88
Sync config flow with codebase (#11660)
* Sync config flow with codebase

* Corrected sync with release
2020-01-07 16:25:50 +01:00

815 B

title description logo ha_category ha_release ha_iot_class ha_config_flow
Notion How to integrate Notion kits within Home Assistant. notion.png
Hub
Binary Sensor
Sensor
0.96 Cloud Polling true

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