Update fritzconnection to 0.6.5 (#9950)
This commit is contained in:
parent
96e3dfeb53
commit
f05a8bfa2a
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ from homeassistant.components.device_tracker import (
|
|||
DOMAIN, PLATFORM_SCHEMA, DeviceScanner)
|
||||
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
|
||||
|
||||
REQUIREMENTS = ['fritzconnection==0.6.3']
|
||||
REQUIREMENTS = ['fritzconnection==0.6.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['fritzconnection==0.6.3']
|
||||
REQUIREMENTS = ['fritzconnection==0.6.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ from homeassistant.util import Throttle
|
|||
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
REQUIREMENTS = ['fritzconnection==0.6.3']
|
||||
REQUIREMENTS = ['fritzconnection==0.6.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -255,7 +255,7 @@ freesms==0.1.1
|
|||
# homeassistant.components.device_tracker.fritz
|
||||
# homeassistant.components.sensor.fritzbox_callmonitor
|
||||
# homeassistant.components.sensor.fritzbox_netmonitor
|
||||
# fritzconnection==0.6.3
|
||||
# fritzconnection==0.6.5
|
||||
|
||||
# homeassistant.components.switch.fritzdect
|
||||
fritzhome==1.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue