Bumped fints component to version 1.0.1 (#17280)
This commit is contained in:
parent
e903f7ffda
commit
a99ba0a1d4
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import CONF_USERNAME, CONF_PIN, CONF_URL, CONF_NAME
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['fints==0.2.1']
|
||||
REQUIREMENTS = ['fints==1.0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -363,7 +363,7 @@ fedexdeliverymanager==1.0.6
|
|||
feedparser==5.2.1
|
||||
|
||||
# homeassistant.components.sensor.fints
|
||||
fints==0.2.1
|
||||
fints==1.0.1
|
||||
|
||||
# homeassistant.components.sensor.fitbit
|
||||
fitbit==0.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue