Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Adafruit-DHT to 1.4.0 (fixes #15847) #18614

Merged
merged 1 commit into from
Nov 28, 2018
Merged

Upgrade Adafruit-DHT to 1.4.0 (fixes #15847) #18614

merged 1 commit into from
Nov 28, 2018

Conversation

fabaff
Copy link
Member

@fabaff fabaff commented Nov 21, 2018

Description:

  • Support for Pi 3B+

Related issue (if applicable): fixes #15847

Example entry for configuration.yaml (if applicable):

sensor:
  platform: dht
  sensor: DHT22
  pin: 23
  monitored_conditions:
    - temperature
    - humidity

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

If the code communicates with devices, web services, or third-party tools:

  • New dependencies have been added to the REQUIREMENTS variable ([example][ex-requir]).
  • New or updated dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.

@ghost ghost assigned fabaff Nov 21, 2018
@ghost ghost added the in progress label Nov 21, 2018
@pvizeli
Copy link
Member

pvizeli commented Nov 21, 2018

Can we lock until after 0.83? Need some change for docker images

@pvizeli
Copy link
Member

pvizeli commented Nov 21, 2018

Need: home-assistant/docker#21

@balloob
Copy link
Member

balloob commented Nov 21, 2018

0.83.0b0 has been cut

@fabaff
Copy link
Member Author

fabaff commented Nov 25, 2018

@pvizeli, merge it when you are ready.

@pvizeli pvizeli merged commit 623cec2 into dev Nov 28, 2018
@pvizeli pvizeli deleted the Adafruit-DHT branch November 28, 2018 12:38
@ghost ghost removed the in progress label Nov 28, 2018
@balloob balloob mentioned this pull request Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed integration: dht small-pr PRs with less than 30 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DHT 22 error while updating
4 participants