mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update pyfido to 2.1.1 (#13947)
This commit is contained in:
parent
e9b997de3e
commit
6c456ade6a
@ -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__)
|
||||
|
||||
|
@ -756,7 +756,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…
x
Reference in New Issue
Block a user