* 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
10 lines
282 B
JSON
10 lines
282 B
JSON
{
|
|
"domain": "suez_water",
|
|
"name": "Suez Water",
|
|
"codeowners": ["@ooii"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/suez_water",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pysuez", "regex"],
|
|
"requirements": ["pysuez==0.2.0"]
|
|
}
|