mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade Adafruit-DHT to 1.3.4 (#16327)
* Update dht.py * Update requirements_all.txt
This commit is contained in:
parent
5e8a1496d7
commit
7d852a985c
@ -17,7 +17,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 = ['Adafruit-DHT==1.3.3']
|
REQUIREMENTS = ['Adafruit-DHT==1.3.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ voluptuous==0.11.5
|
|||||||
--only-binary=all nuimo==0.1.0
|
--only-binary=all nuimo==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.dht
|
# homeassistant.components.sensor.dht
|
||||||
# Adafruit-DHT==1.3.3
|
# Adafruit-DHT==1.3.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.sht31
|
# homeassistant.components.sensor.sht31
|
||||||
Adafruit-GPIO==1.0.3
|
Adafruit-GPIO==1.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user