2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "point",
|
|
|
|
"name": "Point",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/point",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2019-11-13 06:42:12 +00:00
|
|
|
"pypoint==1.1.2"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"webhook"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@fredrike"
|
|
|
|
]
|
|
|
|
}
|