mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
parent
567f16a538
commit
e04e6ca87c
41
source/_components/notion.markdown
Normal file
41
source/_components/notion.markdown
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Notion"
|
||||||
|
description: "How to integrate Notion kits within Home Assistant."
|
||||||
|
date: 2019-06-19 20:52
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
logo: notion.png
|
||||||
|
ha_category:
|
||||||
|
- Hub
|
||||||
|
- Binary Sensor
|
||||||
|
- Sensor
|
||||||
|
ha_release: 0.96
|
||||||
|
ha_iot_class: Cloud Polling
|
||||||
|
---
|
||||||
|
|
||||||
|
The `Notion` component retrieves data from [Notion](https://getnotion.com) wireless
|
||||||
|
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 %}
|
BIN
source/images/supported_brands/notion.png
Normal file
BIN
source/images/supported_brands/notion.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
x
Reference in New Issue
Block a user