hass-core/homeassistant/components/ista_ecotrend/manifest.json
Mr. Bubbles ea4443f79e
Add statistics import to Ista EcoTrend integration (#118788)
* Add statistics import to Ista EcoTrend integration

* Use decorator for fixtures

* define recorder as after_dependency

* Increase test coverage

* remember initial statistic_id

* fix type checking
2024-08-16 16:12:15 +02:00

11 lines
341 B
JSON

{
"domain": "ista_ecotrend",
"name": "ista EcoTrend",
"after_dependencies": ["recorder"],
"codeowners": ["@tr4nt0r"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ista_ecotrend",
"iot_class": "cloud_polling",
"loggers": ["pyecotrend_ista"],
"requirements": ["pyecotrend-ista==3.3.1"]
}