mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Disable pychromecast in requirements all because protobuf dep fails on CI
This commit is contained in:
parent
04aa4ff3a8
commit
0369f5153e
@ -6,6 +6,7 @@ Provides functionality to interact with Cast devices on the network.
|
|||||||
For more details about this platform, please refer to the documentation at
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/media_player.cast/
|
https://home-assistant.io/components/media_player.cast/
|
||||||
"""
|
"""
|
||||||
|
# pylint: disable=import-error
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
|
@ -69,7 +69,7 @@ https://github.com/pavoni/home-assistant-vera-api/archive/efdba4e63d58a30bc9b36d
|
|||||||
python-wink==0.3.1
|
python-wink==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.cast
|
# homeassistant.components.media_player.cast
|
||||||
pychromecast==0.6.12
|
# pychromecast==0.6.12
|
||||||
|
|
||||||
# homeassistant.components.media_player.kodi
|
# homeassistant.components.media_player.kodi
|
||||||
jsonrpc-requests==0.1
|
jsonrpc-requests==0.1
|
||||||
|
@ -11,7 +11,8 @@ import re
|
|||||||
|
|
||||||
COMMENT_REQUIREMENTS = [
|
COMMENT_REQUIREMENTS = [
|
||||||
'RPi.GPIO',
|
'RPi.GPIO',
|
||||||
'Adafruit_Python_DHT'
|
'Adafruit_Python_DHT',
|
||||||
|
'pychromecast==0.6.12'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user