hass-core/homeassistant/components/suez_water/const.py
Joost Lekkerkerker a187a39f0b
Add config flow to Suez water (#104730)
* 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
2023-12-11 22:06:16 +01:00

5 lines
103 B
Python

"""Constants for the Suez Water integration."""
DOMAIN = "suez_water"
CONF_COUNTER_ID = "counter_id"