mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"domain": "opendisplay",
|
|
"name": "OpenDisplay",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": true,
|
|
"manufacturer_id": 9286
|
|
}
|
|
],
|
|
"codeowners": ["@g4bri3lDev"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/opendisplay",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["opendisplay"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["py-opendisplay==5.5.0"]
|
|
}
|