mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"domain": "prana",
|
|
"name": "Prana",
|
|
"codeowners": ["@prana-dev-official"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/prana",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["prana-api-client==0.12.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_prana._tcp.local."
|
|
}
|
|
]
|
|
}
|