Update fritzhome to 1.0.3 (#9951)
parent
520de0d278
commit
96e3dfeb53
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import TEMP_CELSIUS, ATTR_TEMPERATURE, STATE_UNKNOWN
|
||||
|
||||
REQUIREMENTS = ['fritzhome==1.0.2']
|
||||
REQUIREMENTS = ['fritzhome==1.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -258,7 +258,7 @@ freesms==0.1.1
|
|||
# fritzconnection==0.6.3
|
||||
|
||||
# homeassistant.components.switch.fritzdect
|
||||
fritzhome==1.0.2
|
||||
fritzhome==1.0.3
|
||||
|
||||
# homeassistant.components.media_player.frontier_silicon
|
||||
fsapi==0.0.7
|
||||
|
|
Loading…
Reference in New Issue