1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/opendisplay/manifest.json
2026-03-21 22:30:01 +01:00

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