mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add integration_type to Idasen Desk (#132486)
* Add Idasen Desk quality scale record * Update wrong checks * Add integration_type to Idasen Desk
This commit is contained in:
parent
4c60e36f4f
commit
e73512e11c
@ -10,6 +10,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/idasen_desk",
|
"documentation": "https://www.home-assistant.io/integrations/idasen_desk",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["idasen-ha==2.6.2"]
|
"requirements": ["idasen-ha==2.6.2"]
|
||||||
}
|
}
|
||||||
|
@ -79,7 +79,10 @@ rules:
|
|||||||
docs-supported-functions: todo
|
docs-supported-functions: todo
|
||||||
docs-troubleshooting: todo
|
docs-troubleshooting: todo
|
||||||
docs-use-cases: todo
|
docs-use-cases: todo
|
||||||
dynamic-devices: todo
|
dynamic-devices:
|
||||||
|
status: exempt
|
||||||
|
comment: |
|
||||||
|
This integration has one device per config entry.
|
||||||
entity-category: done
|
entity-category: done
|
||||||
entity-device-class: done
|
entity-device-class: done
|
||||||
entity-disabled-by-default: done
|
entity-disabled-by-default: done
|
||||||
|
@ -2818,7 +2818,7 @@
|
|||||||
"name": "IKEA TR\u00c5DFRI"
|
"name": "IKEA TR\u00c5DFRI"
|
||||||
},
|
},
|
||||||
"idasen_desk": {
|
"idasen_desk": {
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"name": "IKEA Idasen Desk"
|
"name": "IKEA Idasen Desk"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user