Skip to content

Commit

Permalink
✨ Update LGHorizon to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Offereins committed Oct 24, 2022
1 parent cd16959 commit 8a21b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lghorizon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"version": "0.1.1",
"config_flow": true,
"requirements": [
"lghorizon==0.4.3"
"lghorizon==0.4.4"
]
}
2 changes: 2 additions & 0 deletions custom_components/lghorizon/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
API,
DOMAIN,
)
from datetime import timedelta
SCAN_INTERVAL = timedelta(hours=1)


from lghorizon import LGHorizonApi
Expand Down

0 comments on commit 8a21b32

Please sign in to comment.