mirror of
https://github.com/home-assistant/core.git
synced 2025-11-25 18:48:05 +00:00
* Add ista EcoTrend integration * move code out of try * Use account owners name as entry title * update config flow tests * add tests for init * Add reauth flow * Add tests for sensors * add translations for reauth * trigger statistics import on first refresh * Move statistics and reauth flow to other PR * Fix tests * some changes * draft_final_final * remove unnecessary icons * changed tests * move device_registry test to init * add text selectors
4 lines
77 B
Python
4 lines
77 B
Python
"""Constants for the ista Ecotrend integration."""
|
|
|
|
DOMAIN = "ista_ecotrend"
|