Files
core/homeassistant/components/analytics_insights/manifest.json
T
Joost LekkerkerkerandGitHub 52741d7114 Add single config entry to Analytics insights (#114427)
* Add single config entry to Analytics insights

* Add single config entry to Analytics insights

* Add single config entry to Analytics insights
2024-03-31 15:47:24 +02:00

13 lines
428 B
JSON

{
"domain": "analytics_insights",
"name": "Home Assistant Analytics Insights",
"codeowners": ["@joostlek"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/analytics_insights",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["python_homeassistant_analytics"],
"requirements": ["python-homeassistant-analytics==0.6.0"],
"single_config_entry": true
}