Update pyfido to 2.1.1 (#13947)
This commit is contained in:
parent
e8ad36feb6
commit
d0d61d1b5f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util import Throttle
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pyfido==2.1.0']
|
||||
REQUIREMENTS = ['pyfido==2.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -759,7 +759,7 @@ pyenvisalink==2.2
|
|||
pyephember==0.1.1
|
||||
|
||||
# homeassistant.components.sensor.fido
|
||||
pyfido==2.1.0
|
||||
pyfido==2.1.1
|
||||
|
||||
# homeassistant.components.climate.flexit
|
||||
pyflexit==0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue