core/homeassistant/components/point/manifest.json

15 lines
236 B
JSON

{
"domain": "point",
"name": "Point",
"documentation": "https://www.home-assistant.io/components/point",
"requirements": [
"pypoint==1.1.1"
],
"dependencies": [
"webhook"
],
"codeowners": [
"@fredrike"
]
}