* Set device_class on additional temperature sensors
* Apply suggestions from code review
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
* Set device class for greeneye_monitor sensor
* Set device class for bme280 and bme680 sensor
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
* Converts DHT to use circuitpython library
* Adds dht requirement to requirements_all
* Cleanup for isort,black and requirements
* Adds validation to prefix with D for PIN
* Sends name over to dhtclient
* Adds exceptions for broad-except
* Adds explict except for raised exception
* Removes unused var
* Moves setting dht var out of try
* Bump to 3.5.8
* Moves non-exception steps to else
* Bump library version
* Bumps version
* Consolidate
* Fix tests
* Update imports
* Fix import
* Use importlib because integration and package share name
* Fix more tests
* Update .coveragerc and CODEOWNERS