Skip to content

Commit

Permalink
Add integration_type to Idasen Desk (#132486)
Browse files Browse the repository at this point in the history
* Add Idasen Desk quality scale record

* Update wrong checks

* Add integration_type to Idasen Desk
  • Loading branch information
abmantis authored Dec 17, 2024
1 parent 4c60e36 commit e73512e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/idasen_desk/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/idasen_desk",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["idasen-ha==2.6.2"]
}
5 changes: 4 additions & 1 deletion homeassistant/components/idasen_desk/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ rules:
docs-supported-functions: todo
docs-troubleshooting: 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-device-class: done
entity-disabled-by-default: done
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@
"name": "IKEA TR\u00c5DFRI"
},
"idasen_desk": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push",
"name": "IKEA Idasen Desk"
Expand Down

0 comments on commit e73512e

Please sign in to comment.