Switch to own packaged version of pyflic (#15041)

This commit is contained in:
Andrey
2018-06-19 11:31:21 +03:00
committed by Fabian Affolter
parent 7cd620d30f
commit 1e7333eeb6
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ from homeassistant.const import (
from homeassistant.components.binary_sensor import (
BinarySensorDevice, PLATFORM_SCHEMA)
REQUIREMENTS = ['https://github.com/soldag/pyflic/archive/0.4.zip#pyflic==0.4']
REQUIREMENTS = ['pyflic-homeassistant==0.4.dev0']
_LOGGER = logging.getLogger(__name__)