mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
point to updated python-ecobee library
This commit is contained in:
@@ -34,7 +34,7 @@ import os
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'https://github.com/nkgilley/python-ecobee-api/archive/'
|
'https://github.com/nkgilley/python-ecobee-api/archive/'
|
||||||
'824a7dfabe7ef6975b2864f33e6ae0b48fb6ea3f.zip#python-ecobee==0.0.1']
|
'730009b9593899d42e98c81a0544f91e65b2bc15.zip#python-ecobee==0.0.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@@ -161,4 +161,4 @@ pushetta==1.0.15
|
|||||||
orvibo==1.0.0
|
orvibo==1.0.0
|
||||||
|
|
||||||
# Ecobee (*.ecobee)
|
# Ecobee (*.ecobee)
|
||||||
https://github.com/nkgilley/python-ecobee-api/archive/824a7dfabe7ef6975b2864f33e6ae0b48fb6ea3f.zip#python-ecobee==0.0.1
|
https://github.com/nkgilley/python-ecobee-api/archive/730009b9593899d42e98c81a0544f91e65b2bc15.zip#python-ecobee==0.0.1
|
||||||
|
Reference in New Issue
Block a user