Skip to content

Commit

Permalink
- Added scan_interval parameter - Thanks to @juacas for preparing the…
Browse files Browse the repository at this point in the history
… PR.

- Fixed api key too short error: Caused by SSLError(SSLError(1, '[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1123)')) Thanks to @dave-code-ruiz as he pointed the solution in this comment: outon/HomeAssistant-AEMET#1 (comment) - Thanks to @fermartv for preparing the PR
  • Loading branch information
kalanda committed Dec 19, 2020
1 parent 16629e5 commit 6ecb460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sensor:
name: "AEMET"
api_key: "YOUR_AEMET_API_KEY"
station_id: "YOUR_AEMET_STATION_ID"
scan_interval: 120
monitored_conditions:
- temperature
- humidity
Expand Down
1 change: 1 addition & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sensor:
name: "AEMET"
api_key: "YOUR_AEMET_API_KEY"
station_id: "YOUR_AEMET_STATION_ID"
scan_interval: 120
monitored_conditions:
- temperature
- humidity
Expand Down

0 comments on commit 6ecb460

Please sign in to comment.