diff options
Diffstat (limited to 'config/config.yaml')
-rw-r--r-- | config/config.yaml | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/config/config.yaml b/config/config.yaml index 0986e39..332f6b9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,14 +1,20 @@ -Berlin: - "f4:01": - handle: "inside" - type: "THGR810, THGN800" - "1f:01": - handle: "outside" - type: "BTHR918" -Heidenheim: - "07:01": - handle: "inside" - type: "THC238/268,THN132,THWR288,THRN122,THN122,AW129/131" - "58:02": - handle: "outside" - type: "THGR810, THGN800" +log_file_path: /var/log/weather_logger/receiver.log +pid_file_path: /run/weather_logger/receiver.log + +locations: + Berlin: + "f4:01": + handle: "inside" + type: "THGR810, THGN800" + "1f:01": + handle: "outside" + type: "BTHR918" + Heidenheim: + "07:01": + handle: "inside" + type: "THC238/268,THN132,THWR288,THRN122,THN122,AW129/131" + "58:02": + handle: "outside" + type: "THGR810, THGN800" + +active-location: Berlin |