A new example
This commit is contained in:
parent
d4ffbf8c1f
commit
98b847664c
1 changed files with 11 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ env.vlabel Solde
|
||||||
[flowdresden]
|
[flowdresden]
|
||||||
user florent
|
user florent
|
||||||
group florent
|
group florent
|
||||||
env.cache_expire=7200
|
env.cache_expire 7200
|
||||||
env.HOME /home/flo
|
env.HOME /home/flo
|
||||||
env.capa ICapGauge
|
env.capa ICapGauge
|
||||||
env.do get_last_measure,501060-level
|
env.do get_last_measure,501060-level
|
||||||
|
|
@ -115,3 +115,13 @@ env.attribvalue level
|
||||||
env.title Niveau de l'elbe
|
env.title Niveau de l'elbe
|
||||||
env.label id
|
env.label id
|
||||||
|
|
||||||
|
# Temperature in Rennes
|
||||||
|
env.cache_expire 7200
|
||||||
|
env.HOME /home/flo
|
||||||
|
env.capa ICapWeather
|
||||||
|
env.do get_current,619163,yahoo
|
||||||
|
env.import from weboob.capabilities.weather import ICapWeather
|
||||||
|
env.attribvalue temp/value
|
||||||
|
env.attribid temp/id
|
||||||
|
env.title Température à Rennes
|
||||||
|
env.vlabel Température
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue