Copy example from reals configurations
This commit is contained in:
parent
3a0a8969e9
commit
bbfaac15f6
1 changed files with 8 additions and 8 deletions
|
|
@ -77,6 +77,7 @@ Examples:
|
||||||
|
|
||||||
|
|
||||||
# Like boobank-munin does
|
# Like boobank-munin does
|
||||||
|
# Only for the example, you should use boobank-munin instead
|
||||||
[bank]
|
[bank]
|
||||||
user florent
|
user florent
|
||||||
group florent
|
group florent
|
||||||
|
|
@ -93,13 +94,13 @@ env.title Solde des comptes
|
||||||
[leclercmobile]
|
[leclercmobile]
|
||||||
user florent
|
user florent
|
||||||
group florent
|
group florent
|
||||||
env.cache_expire 7200
|
env.cache_expire 16800
|
||||||
env.HOME /home/flo
|
env.HOME /home/flo
|
||||||
env.capa ICapBill
|
env.capa ICapBill
|
||||||
env.do get_balance,06XXXXXXXXXX@leclercmobile,leclercmobile
|
env.do get_balance,06XXXXXXXX,leclercmobile
|
||||||
env.import from weboob.capabilities.bill import ICapBill
|
env.import from weboob.capabilities.bill import ICapBill
|
||||||
env.attribvalue price
|
env.attribvalue price
|
||||||
env.title Solde restant
|
env.title Forfait leclercmobile
|
||||||
env.vlabel Solde
|
env.vlabel Solde
|
||||||
|
|
||||||
# Monitor water level in Dresden
|
# Monitor water level in Dresden
|
||||||
|
|
@ -118,23 +119,22 @@ env.label id
|
||||||
# The level of the elbe in all Sachsen's cities
|
# The level of the elbe in all Sachsen's cities
|
||||||
[levelelbesachsen]
|
[levelelbesachsen]
|
||||||
user florent
|
user florent
|
||||||
group florent
|
env.cache_expire 800
|
||||||
env.cache_expire 7200
|
|
||||||
env.HOME /home/flo
|
env.HOME /home/flo
|
||||||
|
env.cumulate 0
|
||||||
env.capa ICapGauge
|
env.capa ICapGauge
|
||||||
env.do iter_gauges,Elbe,sachsen
|
env.do iter_gauges,Elbe,sachsen
|
||||||
env.import from weboob.capabilities.gauge import ICapGauge
|
env.import from weboob.capabilities.gauge import ICapGauge
|
||||||
env.attribvalue sensors/lastvalue/level
|
env.attribvalue sensors/lastvalue/level
|
||||||
env.title Niveau de l'elbe en Saxe
|
env.title Niveau de l'elbe en Saxe
|
||||||
env.label name
|
env.label name
|
||||||
|
env.vlabel Hauteur du fleuve (cm)
|
||||||
|
|
||||||
|
|
||||||
# Temperature in Rennes
|
# Temperature in Rennes
|
||||||
[temprennes]
|
[temprennes]
|
||||||
user florent
|
user florent
|
||||||
env.cache_expire 7200
|
|
||||||
env.HOME /home/flo
|
env.HOME /home/flo
|
||||||
|
env.cumulate 0
|
||||||
env.capa ICapWeather
|
env.capa ICapWeather
|
||||||
env.do get_current,619163,yahoo
|
env.do get_current,619163,yahoo
|
||||||
env.import from weboob.capabilities.weather import ICapWeather
|
env.import from weboob.capabilities.weather import ICapWeather
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue