Always more examples
This commit is contained in:
parent
8c82771f71
commit
4ed99f75bb
1 changed files with 16 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ env.title Solde restant
|
||||||
env.vlabel Solde
|
env.vlabel Solde
|
||||||
|
|
||||||
# Monitor water level in Dresden
|
# Monitor water level in Dresden
|
||||||
[flowdresden]
|
[leveldresden]
|
||||||
user florent
|
user florent
|
||||||
group florent
|
group florent
|
||||||
env.cache_expire 7200
|
env.cache_expire 7200
|
||||||
|
|
@ -115,6 +115,21 @@ env.attribvalue level
|
||||||
env.title Niveau de l'elbe
|
env.title Niveau de l'elbe
|
||||||
env.label id
|
env.label id
|
||||||
|
|
||||||
|
# The level of the elbe in all Sachsen's cities
|
||||||
|
[levelelbesachsen]
|
||||||
|
user florent
|
||||||
|
group florent
|
||||||
|
env.cache_expire 7200
|
||||||
|
env.HOME /home/flo
|
||||||
|
env.capa ICapGauge
|
||||||
|
env.do iter_gauges,Elbe,sachsen
|
||||||
|
env.import from weboob.capabilities.gauge import ICapGauge
|
||||||
|
env.attribvalue sensors/lastvalue/level
|
||||||
|
env.title Niveau de l'elbe en Saxe
|
||||||
|
env.label name
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Temperature in Rennes
|
# Temperature in Rennes
|
||||||
env.cache_expire 7200
|
env.cache_expire 7200
|
||||||
env.HOME /home/flo
|
env.HOME /home/flo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue