1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/motioneye/manifest.json
2021-04-23 23:00:28 -07:00

14 lines
278 B
JSON

{
"domain": "motioneye",
"name": "motionEye",
"documentation": "https://www.home-assistant.io/integrations/motioneye",
"config_flow": true,
"requirements": [
"motioneye-client==0.3.2"
],
"codeowners": [
"@dermotduffy"
],
"iot_class": "local_polling"
}