mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
abode: Bump abodepy dependency to 0.11.7 (#9504)
* abode: Bump abodepy dependency to 0.11.7 Fixes cases where one's abode account has a nest thermostat linked (https://github.com/MisterWil/abodepy/pull/17). * abode: Bump abodepy dependency to 0.11.7 Fixes cases where one's abode account has a nest thermostat linked (https://github.com/MisterWil/abodepy/pull/17). * update requirements_all.txt
This commit is contained in:
parent
3aa08f6c91
commit
2531d54515
@ -21,7 +21,7 @@ from homeassistant.const import (ATTR_ATTRIBUTION, ATTR_DATE, ATTR_TIME,
|
|||||||
EVENT_HOMEASSISTANT_STOP,
|
EVENT_HOMEASSISTANT_STOP,
|
||||||
EVENT_HOMEASSISTANT_START)
|
EVENT_HOMEASSISTANT_START)
|
||||||
|
|
||||||
REQUIREMENTS = ['abodepy==0.11.6']
|
REQUIREMENTS = ['abodepy==0.11.7']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ SoCo==0.12
|
|||||||
TwitterAPI==2.4.6
|
TwitterAPI==2.4.6
|
||||||
|
|
||||||
# homeassistant.components.abode
|
# homeassistant.components.abode
|
||||||
abodepy==0.11.6
|
abodepy==0.11.7
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.automatic
|
# homeassistant.components.device_tracker.automatic
|
||||||
aioautomatic==0.6.3
|
aioautomatic==0.6.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user