Remove redundant after dependencies in person (#140354)

This commit is contained in:
Artur Pragacz 2025-03-11 14:12:30 +01:00 committed by GitHub
parent ca5ce74740
commit d82c30364a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{ {
"domain": "person", "domain": "person",
"name": "Person", "name": "Person",
"after_dependencies": ["device_tracker"],
"codeowners": [], "codeowners": [],
"dependencies": ["image_upload", "http"], "dependencies": ["image_upload", "http"],
"documentation": "https://www.home-assistant.io/integrations/person", "documentation": "https://www.home-assistant.io/integrations/person",