* Add config flow to Suez water * fix tests * Complete coverage * Change version to 2024.7 * Fix final test * Add issue when import is successful * Move hassdata * Do unique_id * Remove import issue when entry already exists * Remove import issue when entry already exists
5 lines
103 B
Python
5 lines
103 B
Python
"""Constants for the Suez Water integration."""
|
|
|
|
DOMAIN = "suez_water"
|
|
|
|
CONF_COUNTER_ID = "counter_id"
|