Remove YAML documentation for Notion (#15592)

This commit is contained in:
Aaron Bach 2020-11-10 01:18:54 -07:00 committed by GitHub
parent 6b25c1a53a
commit a25cdf5e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,23 +18,5 @@ home monitoring sensor kits.
## Configuration
To add your Notion kits to your Home Assistant installation, add the following to your
`configuration.yaml` file:
```yaml
# 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 %}
This integration can be configured via the Home Assistant UI by navigating to
**Configuration** -> **Integrations**.