mirror of https://github.com/home-assistant/core
16 lines
397 B
JSON
16 lines
397 B
JSON
{
|
|
"domain": "idasen_desk",
|
|
"name": "IKEA Idasen Desk",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "99fa0001-338a-1024-8a49-009c0215f78a"
|
|
}
|
|
],
|
|
"codeowners": ["@abmantis"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/idasen_desk",
|
|
"iot_class": "local_push",
|
|
"requirements": ["idasen-ha==2.6.2"]
|
|
}
|