Mark energy integration as internal (#53513)

This commit is contained in:
Franck Nijhof
2021-07-26 19:21:40 +02:00
committed by GitHub
parent fcc6ea7497
commit f28d8fae2f

View File

@@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/energy",
"codeowners": ["@home_assistant/core"],
"iot_class": "calculated",
"dependencies": ["websocket_api", "history"]
"dependencies": ["websocket_api", "history"],
"quality_scale": "internal"
}