Add device automation as frontend dependency (#32962)

This commit is contained in:
Paulus Schoutsen 2020-03-18 18:15:23 -07:00 committed by GitHub
parent 5123baba3f
commit 08aa4b098c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
"dependencies": [ "dependencies": [
"api", "api",
"auth", "auth",
"device_automation",
"http", "http",
"lovelace", "lovelace",
"onboarding", "onboarding",
@ -19,4 +20,4 @@
"@home-assistant/frontend" "@home-assistant/frontend"
], ],
"quality_scale": "internal" "quality_scale": "internal"
} }