* 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
3 lines
77 B
Python
3 lines
77 B
Python
"""Constants for the ista Ecotrend integration."""
|
|
|
|
DOMAIN = "ista_ecotrend"
|