mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
raspihats: unmet dependency fix (#9638)
* raspihats: update to 2.2.3 (deps fix) Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency Fixes #9547 * raspihats: update to 2.2.3, smbus-cffi dependency Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency Fixes #9547 * raspihats: update to 2.2.3 * raspihats: update to 2.2.3, smbus-cffi dependency * raspihats: update to 2.2.3, smbus-cffi dependency * raspihats: update to 2.2.3 (deps fix) Raspihats platform update, upstream fixed enum34 requirements, added smbus dependency Fixes #9547 * raspihats: update to 2.2.3, smbus-cffi dependency
This commit is contained in:
parent
70c8970555
commit
fc4a21e491
@ -12,7 +12,8 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP
|
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP
|
||||||
)
|
)
|
||||||
|
|
||||||
REQUIREMENTS = ['raspihats==2.2.1']
|
REQUIREMENTS = ['raspihats==2.2.3',
|
||||||
|
'smbus-cffi==0.5.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -865,7 +865,7 @@ radiotherm==1.3
|
|||||||
raincloudy==0.0.1
|
raincloudy==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.raspihats
|
# homeassistant.components.raspihats
|
||||||
# raspihats==2.2.1
|
# raspihats==2.2.3
|
||||||
|
|
||||||
# homeassistant.components.switch.rainmachine
|
# homeassistant.components.switch.rainmachine
|
||||||
regenmaschine==0.4.1
|
regenmaschine==0.4.1
|
||||||
@ -934,6 +934,7 @@ sleekxmpp==1.3.2
|
|||||||
# homeassistant.components.sleepiq
|
# homeassistant.components.sleepiq
|
||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
|
||||||
|
# homeassistant.components.raspihats
|
||||||
# homeassistant.components.sensor.bh1750
|
# homeassistant.components.sensor.bh1750
|
||||||
# homeassistant.components.sensor.bme280
|
# homeassistant.components.sensor.bme280
|
||||||
# homeassistant.components.sensor.envirophat
|
# homeassistant.components.sensor.envirophat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user