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 dependencypull/9635/merge
parent
70c8970555
commit
fc4a21e491
homeassistant/components
|
@ -12,7 +12,8 @@ from homeassistant.const import (
|
|||
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__)
|
||||
|
||||
|
|
|
@ -865,7 +865,7 @@ radiotherm==1.3
|
|||
raincloudy==0.0.1
|
||||
|
||||
# homeassistant.components.raspihats
|
||||
# raspihats==2.2.1
|
||||
# raspihats==2.2.3
|
||||
|
||||
# homeassistant.components.switch.rainmachine
|
||||
regenmaschine==0.4.1
|
||||
|
@ -934,6 +934,7 @@ sleekxmpp==1.3.2
|
|||
# homeassistant.components.sleepiq
|
||||
sleepyq==0.6
|
||||
|
||||
# homeassistant.components.raspihats
|
||||
# homeassistant.components.sensor.bh1750
|
||||
# homeassistant.components.sensor.bme280
|
||||
# homeassistant.components.sensor.envirophat
|
||||
|
|
Loading…
Reference in New Issue