mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
update i2csense requirement (#8242)
This commit is contained in:
parent
4bd96fd437
commit
445065700c
@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.const import CONF_NAME
|
from homeassistant.const import CONF_NAME
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['i2csense==0.0.3',
|
REQUIREMENTS = ['i2csense==0.0.4',
|
||||||
'smbus-cffi==0.5.1']
|
'smbus-cffi==0.5.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -19,7 +19,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||||
|
|
||||||
REQUIREMENTS = ['i2csense==0.0.3',
|
REQUIREMENTS = ['i2csense==0.0.4',
|
||||||
'smbus-cffi==0.5.1']
|
'smbus-cffi==0.5.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -18,7 +18,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||||
|
|
||||||
REQUIREMENTS = ['i2csense==0.0.3',
|
REQUIREMENTS = ['i2csense==0.0.4',
|
||||||
'smbus-cffi==0.5.1']
|
'smbus-cffi==0.5.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -318,7 +318,7 @@ https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
|||||||
# homeassistant.components.sensor.bh1750
|
# homeassistant.components.sensor.bh1750
|
||||||
# homeassistant.components.sensor.bme280
|
# homeassistant.components.sensor.bme280
|
||||||
# homeassistant.components.sensor.htu21d
|
# homeassistant.components.sensor.htu21d
|
||||||
# i2csense==0.0.3
|
# i2csense==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
# homeassistant.components.sensor.influxdb
|
# homeassistant.components.sensor.influxdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user