mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
add requirement
This commit is contained in:
parent
fce16c6cdd
commit
dff626fb2d
@ -49,6 +49,8 @@ Details for the API : https://developer.forecast.io/docs/v2
|
|||||||
import logging
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
|
REQUIREMENTS = ['python-forecastio>=1.3.3']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import forecastio
|
import forecastio
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user