LICENSE
README.md
pyproject.toml
src/__init__.py
src/main.py
src/devices/__init__.py
src/devices/device_type.py
src/devices/air_purifier/__init__.py
src/devices/air_purifier/h7126.py
src/devices/fan/__init__.py
src/devices/fan/h7102.py
src/devices/thermometer/__init__.py
src/devices/thermometer/h5179.py
src/devices/types/__init__.py
src/devices/types/air_purifier.py
src/devices/types/basic_fan.py
src/devices/types/fan.py
src/devices/types/thermometer.py
src/govee_cloud.egg-info/PKG-INFO
src/govee_cloud.egg-info/SOURCES.txt
src/govee_cloud.egg-info/dependency_links.txt
src/govee_cloud.egg-info/requires.txt
src/govee_cloud.egg-info/top_level.txt
src/util/__init__.py
src/util/govee_api.py
src/util/govee_appliance_api.py
tests/test_govee_appliance_api.py
tests/test_goveee_api.py
tests/test_h5179.py
tests/test_h7102.py
tests/test_h7126.py
tests/test_startup.py
tests/test_util.py