LICENSE
README.md
pyproject.toml
setup.cfg
hahomematic/__init__.py
hahomematic/config.py
hahomematic/const.py
hahomematic/exceptions.py
hahomematic/hmcli.py
hahomematic/performance.py
hahomematic/py.typed
hahomematic/support.py
hahomematic.egg-info/PKG-INFO
hahomematic.egg-info/SOURCES.txt
hahomematic.egg-info/dependency_links.txt
hahomematic.egg-info/not-zip-safe
hahomematic.egg-info/requires.txt
hahomematic.egg-info/top_level.txt
hahomematic/caches/__init__.py
hahomematic/caches/dynamic.py
hahomematic/caches/persistent.py
hahomematic/caches/visibility.py
hahomematic/central/__init__.py
hahomematic/central/decorators.py
hahomematic/central/xml_rpc_server.py
hahomematic/client/__init__.py
hahomematic/client/json_rpc.py
hahomematic/client/xml_rpc.py
hahomematic/platforms/__init__.py
hahomematic/platforms/decorators.py
hahomematic/platforms/device.py
hahomematic/platforms/entity.py
hahomematic/platforms/event.py
hahomematic/platforms/support.py
hahomematic/platforms/update.py
hahomematic/platforms/custom/__init__.py
hahomematic/platforms/custom/climate.py
hahomematic/platforms/custom/const.py
hahomematic/platforms/custom/cover.py
hahomematic/platforms/custom/definition.py
hahomematic/platforms/custom/entity.py
hahomematic/platforms/custom/light.py
hahomematic/platforms/custom/lock.py
hahomematic/platforms/custom/siren.py
hahomematic/platforms/custom/support.py
hahomematic/platforms/custom/switch.py
hahomematic/platforms/generic/__init__.py
hahomematic/platforms/generic/action.py
hahomematic/platforms/generic/binary_sensor.py
hahomematic/platforms/generic/button.py
hahomematic/platforms/generic/entity.py
hahomematic/platforms/generic/number.py
hahomematic/platforms/generic/select.py
hahomematic/platforms/generic/sensor.py
hahomematic/platforms/generic/switch.py
hahomematic/platforms/generic/text.py
hahomematic/platforms/hub/__init__.py
hahomematic/platforms/hub/binary_sensor.py
hahomematic/platforms/hub/button.py
hahomematic/platforms/hub/entity.py
hahomematic/platforms/hub/number.py
hahomematic/platforms/hub/select.py
hahomematic/platforms/hub/sensor.py
hahomematic/platforms/hub/switch.py
hahomematic/platforms/hub/text.py
hahomematic/rega_scripts/fetch_all_device_data.fn
hahomematic/rega_scripts/get_serial.fn
hahomematic/rega_scripts/get_system_variables_ext_marker.fn
hahomematic/rega_scripts/set_system_variable.fn
hahomematic_support/__init__.py
hahomematic_support/client_local.py
tests/test_action.py
tests/test_binary_sensor.py
tests/test_button.py
tests/test_central.py
tests/test_central_pydevccu.py
tests/test_climate.py
tests/test_cover.py
tests/test_decorator.py
tests/test_device.py
tests/test_entity.py
tests/test_event.py
tests/test_json_rpc.py
tests/test_light.py
tests/test_lock.py
tests/test_number.py
tests/test_select.py
tests/test_sensor.py
tests/test_siren.py
tests/test_support.py
tests/test_switch.py
tests/test_text.py