Skip to content

Commit 2f5c6a5

Browse files
committed
Update initial url for vedif eau
1 parent ca692ca commit 2f5c6a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

addon_meterstoha/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: MetersToHA
3-
version: 2025.1.1
3+
version: 2025.1.2
44
slug: meterstoha
55
description: MetersToHA add-on for Home Assistant
66
url: https://github.com/mdeweerd/MetersToHA

apps/meters_to_ha/meters_to_ha.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,8 @@ class ServiceCrawler(Worker): # pylint:disable=too-many-instance-attributes
444444
# Go to login page directly
445445
# site_url = "https://espace-client.vedif.eau.veolia.fr/s/login/"
446446
# Go to login page directly only when not logged in
447-
site_url = "https://espace-client.vedif.eau.veolia.fr/s/"
447+
# site_url = "https://espace-client.vedif.eau.veolia.fr/s/"
448+
site_url = "https://rock-vedif.my.site.com/Particulier/s/"
448449
site_service_eau_veolia_fr = (
449450
"https://www.service.eau.veolia.fr/home"
450451
"/eau-dans-la-ville/accueil_eau.html"

0 commit comments

Comments
 (0)