mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Comment RasPi specific requirements (#7562)
This commit is contained in:
parent
4a3048b370
commit
ed0ec613c3
@ -55,6 +55,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Set up the Sense HAT sensor platform."""
|
"""Set up the Sense HAT sensor platform."""
|
||||||
try:
|
try:
|
||||||
|
# pylint: disable=import-error
|
||||||
import envirophat
|
import envirophat
|
||||||
except OSError:
|
except OSError:
|
||||||
_LOGGER.error("No Enviro pHAT was found.")
|
_LOGGER.error("No Enviro pHAT was found.")
|
||||||
|
@ -172,7 +172,7 @@ eliqonline==1.0.13
|
|||||||
enocean==0.31
|
enocean==0.31
|
||||||
|
|
||||||
# homeassistant.components.sensor.envirophat
|
# homeassistant.components.sensor.envirophat
|
||||||
envirophat==0.0.6
|
# envirophat==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.keyboard_remote
|
# homeassistant.components.keyboard_remote
|
||||||
# evdev==0.6.1
|
# evdev==0.6.1
|
||||||
@ -775,7 +775,7 @@ sleekxmpp==1.3.2
|
|||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
|
||||||
# homeassistant.components.sensor.envirophat
|
# homeassistant.components.sensor.envirophat
|
||||||
smbus-cffi==0.5.1
|
# smbus-cffi==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.snapcast
|
# homeassistant.components.media_player.snapcast
|
||||||
snapcast==1.2.2
|
snapcast==1.2.2
|
||||||
|
@ -27,6 +27,8 @@ COMMENT_REQUIREMENTS = (
|
|||||||
'decora',
|
'decora',
|
||||||
'face_recognition',
|
'face_recognition',
|
||||||
'blinkt',
|
'blinkt',
|
||||||
|
'smbus-cffi',
|
||||||
|
'envirophat'
|
||||||
)
|
)
|
||||||
|
|
||||||
TEST_REQUIREMENTS = (
|
TEST_REQUIREMENTS = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user