We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556e454 commit 39f1d70Copy full SHA for 39f1d70
apps/meters_to_ha/meters_to_ha.py
@@ -448,6 +448,11 @@ class ServiceCrawler(Worker): # pylint:disable=too-many-instance-attributes
448
# Go to login page directly only when not logged in
449
# site_url = "https://espace-client.vedif.eau.veolia.fr/s/"
450
# site_url = "https://rock-vedif.my.site.com/Particulier/s/"
451
+
452
+ # Note: Page after login can be for an individual or a Condominium manager
453
+ #
454
+ # https://connexion.leaudiledefrance.fr/particuliers/s/
455
+ # https://connexion.leaudiledefrance.fr/espace-bailleurs-syndics/s/
456
site_url = "https://connexion.leaudiledefrance.fr/s/login/"
457
site_service_eau_veolia_fr = (
458
"https://www.service.eau.veolia.fr/home"
0 commit comments