mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
10 lines
241 B
JSON
10 lines
241 B
JSON
{
|
|
"domain": "notion",
|
|
"name": "Notion",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/notion",
|
|
"requirements": ["aionotion==3.0.2"],
|
|
"codeowners": ["@bachya"],
|
|
"iot_class": "cloud_polling"
|
|
}
|