mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 19:48:59 +00:00
1.1 KiB
1.1 KiB
title, description, ha_release, ha_category, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
title | description | ha_release | ha_category | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Suez Water | Instructions on how to integrate Suez Water daily data within Home Assistant. | 0.97 |
|
Cloud Polling | true |
|
suez_water |
|
integration |
The Suez Water integration fetches your last day consumption of water from the French water provider Tout Sur Mon Eau website.
It also gets the following data:
- Daily consumption for the current month
- Daily consumption for the previous month
- Monthly consumption for the last 26 months
- Highest monthly consumption
- Last year total consumption
- Current year total consumption
{% include integrations/config_flow.md %}
counter_id
is the water counter id. It can be found on your Tout Sur Mon Eau user account. Look in the source code of the page for something similar to url: '/mon-compte-en-ligne/statMData' + '/123456789'
. The counter_id
in this case is 123456789
.