diff options
Diffstat (limited to 'ticker.py')
-rw-r--r-- | ticker.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ if not args.netatmo and not args.vpn and not args.fs: # ############################################################################# if args.netatmo: readings, epochs = \ - sensors.get_netatmo_readings(station='Lv114',\ + sensors.get_netatmo_readings(home='Lv114',\ modules=['Living Room', \ 'Balcony/SW']) |