Skip to content

Commit

Permalink
Update supported restrictions
Browse files Browse the repository at this point in the history
based on dump of all existing restrictions from 2024-07-29
  • Loading branch information
kamaradclimber committed Jul 29, 2024
1 parent 685f6aa commit d221261
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 46 deletions.
7 changes: 6 additions & 1 deletion custom_components/vigieau/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class VigieEauSensorEntityDescription(
"Arrosage des jardinières et suspensions",
"Arrosage des espaces arborés",
"Arrosage.+terrains de sport",
"Arrosage terrains sport.+",
],
),
VigieEauSensorEntityDescription(
Expand Down Expand Up @@ -207,6 +208,7 @@ class VigieEauSensorEntityDescription(
".*installations hydrauliques.*",
".*électricité d’origine hydraulique.*",
"production.+origine.+hydraulique.*",
"Installations de production d'électricité d'orignie hydraulique",
],
),
VigieEauSensorEntityDescription(
Expand All @@ -225,7 +227,10 @@ class VigieEauSensorEntityDescription(
icon="mdi:golf",
category="golfs",
key="golfs",
matchers=["arrosage des golfs"],
matchers=[
"arrosage des golfs",
"Arrosage des.+golfs",
],
),
VigieEauSensorEntityDescription(
name="Prélèvement en canaux",
Expand Down
Loading

0 comments on commit d221261

Please sign in to comment.