1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 02:06:09 +01:00
Files
core/homeassistant/components/usage_prediction/manifest.json
T
Paulus Schoutsen d65e704823 Add usage_prediction integration (#151206)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-09-16 10:33:46 -04:00

11 lines
321 B
JSON

{
"domain": "usage_prediction",
"name": "Usage Prediction",
"codeowners": ["@home-assistant/core"],
"dependencies": ["http", "recorder"],
"documentation": "https://www.home-assistant.io/integrations/usage_prediction",
"integration_type": "system",
"iot_class": "calculated",
"quality_scale": "internal"
}