1
mirror of https://github.com/home-assistant/core synced 2024-10-10 12:28:01 +02:00
ha-core/homeassistant/components/person/manifest.json
2023-11-24 17:11:54 +01:00

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"
}