Remove redundant after dependencies in search (#140353)

This commit is contained in:
Artur Pragacz 2025-03-11 14:09:58 +01:00 committed by GitHub
parent 25d6974137
commit 13e9906929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{
"domain": "search",
"name": "Search",
"after_dependencies": ["scene", "group", "automation", "script"],
"codeowners": ["@home-assistant/core"],
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/search",