1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/homeassistant/components/abode/manifest.json
2019-10-19 12:10:35 -07:00

13 lines
243 B
JSON

{
"domain": "abode",
"name": "Abode",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/abode",
"requirements": [
"abodepy==0.16.6"
],
"dependencies": [],
"codeowners": [
"@shred86"
]
}