Upgrade Adafruit-DHT to 1.3.4 (#16327)
* Update dht.py * Update requirements_all.txt
This commit is contained in:
parent
5e8a1496d7
commit
7d852a985c
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util import Throttle
|
||||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||
|
||||
REQUIREMENTS = ['Adafruit-DHT==1.3.3']
|
||||
REQUIREMENTS = ['Adafruit-DHT==1.3.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue