mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Upgrade temperusb to 1.5.3 (#7428)
This commit is contained in:
parent
fab533de87
commit
c44ebbefc4
@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['temperusb==1.5.1']
|
REQUIREMENTS = ['temperusb==1.5.3']
|
||||||
|
|
||||||
CONF_SCALE = 'scale'
|
CONF_SCALE = 'scale'
|
||||||
CONF_OFFSET = 'offset'
|
CONF_OFFSET = 'offset'
|
||||||
@ -35,7 +35,7 @@ def get_temper_devices():
|
|||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setu p the Temper sensors."""
|
"""Set up the Temper sensors."""
|
||||||
temp_unit = hass.config.units.temperature_unit
|
temp_unit = hass.config.units.temperature_unit
|
||||||
name = config.get(CONF_NAME)
|
name = config.get(CONF_NAME)
|
||||||
scaling = {
|
scaling = {
|
||||||
|
@ -784,7 +784,7 @@ tellcore-py==1.1.2
|
|||||||
tellduslive==0.3.4
|
tellduslive==0.3.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.temper
|
# homeassistant.components.sensor.temper
|
||||||
temperusb==1.5.1
|
temperusb==1.5.3
|
||||||
|
|
||||||
# homeassistant.components.thingspeak
|
# homeassistant.components.thingspeak
|
||||||
thingspeak==0.4.1
|
thingspeak==0.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user