Update to pyfido 0.1.4 (#6033)
parent
5895f431b4
commit
4addcccfac
|
@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util import Throttle
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ["pyfido==0.1.3"]
|
||||
REQUIREMENTS = ["pyfido==0.1.4"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -461,7 +461,7 @@ pyemby==0.2
|
|||
pyenvisalink==2.0
|
||||
|
||||
# homeassistant.components.sensor.fido
|
||||
pyfido==0.1.3
|
||||
pyfido==0.1.4
|
||||
|
||||
# homeassistant.components.ifttt
|
||||
pyfttt==0.3
|
||||
|
|
Loading…
Reference in New Issue