mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
13 lines
357 B
JSON
13 lines
357 B
JSON
{
|
|
"domain": "kiosker",
|
|
"name": "Kiosker",
|
|
"codeowners": ["@Claeysson"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/kiosker",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "silver",
|
|
"requirements": ["kiosker-python-api==1.2.9"],
|
|
"zeroconf": ["_kiosker._tcp.local."]
|
|
}
|