mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Switch to own packaged version of pyflic (#15041)
This commit is contained in:
parent
7cd620d30f
commit
1e7333eeb6
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.components.binary_sensor import (
|
from homeassistant.components.binary_sensor import (
|
||||||
BinarySensorDevice, PLATFORM_SCHEMA)
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -435,9 +435,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
|
|||||||
# homeassistant.components.sensor.gtfs
|
# homeassistant.components.sensor.gtfs
|
||||||
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
|
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.flic
|
|
||||||
https://github.com/soldag/pyflic/archive/0.4.zip#pyflic==0.4
|
|
||||||
|
|
||||||
# homeassistant.components.media_player.lg_netcast
|
# homeassistant.components.media_player.lg_netcast
|
||||||
https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
||||||
|
|
||||||
@ -824,6 +821,9 @@ pyfido==2.1.1
|
|||||||
# homeassistant.components.climate.flexit
|
# homeassistant.components.climate.flexit
|
||||||
pyflexit==0.3
|
pyflexit==0.3
|
||||||
|
|
||||||
|
# homeassistant.components.binary_sensor.flic
|
||||||
|
pyflic-homeassistant==0.4.dev0
|
||||||
|
|
||||||
# homeassistant.components.fritzbox
|
# homeassistant.components.fritzbox
|
||||||
pyfritzhome==0.3.7
|
pyfritzhome==0.3.7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user