mirror of https://github.com/home-assistant/core
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"domain": "person",
|
|
"name": "Person",
|
|
"after_dependencies": ["device_tracker"],
|
|
"codeowners": [],
|
|
"dependencies": ["image_upload", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/person",
|
|
"integration_type": "system",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal"
|
|
}
|