Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
themoosman committed Nov 8, 2023
1 parent 7577f8c commit f768c3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ def __init__(self):
description='WeeWx AmbientWeather API Driver.',
author="Karl Moos",
restful_services='user.ambientweatherapi.AmbientWeatherAPI',
config={
'ambientweatherapi': {
'driver': 'user.ambientweatherapi',
'loop_interval': '120',
'api_url': 'https://api.ambientweather.net/v1',
'api_app_key': 'xxxxxx',
'api_key': 'xxxxxx',
'hardware': 'My Weather Station'}},
files=[('bin/user', ['bin/user/ambientweatherapi.py'])]
)

0 comments on commit f768c3a

Please sign in to comment.