.gitignore
.pre-commit-config.yaml
LICENSE
README.md
example.py
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/convert_todos_to_issues.yml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
devolo_home_control_api/__init__.py
devolo_home_control_api/homecontrol.py
devolo_home_control_api/mydevolo.py
devolo_home_control_api/py.typed
devolo_home_control_api.egg-info/PKG-INFO
devolo_home_control_api.egg-info/SOURCES.txt
devolo_home_control_api.egg-info/dependency_links.txt
devolo_home_control_api.egg-info/requires.txt
devolo_home_control_api.egg-info/top_level.txt
devolo_home_control_api/backend/__init__.py
devolo_home_control_api/backend/mprm.py
devolo_home_control_api/backend/mprm_rest.py
devolo_home_control_api/backend/mprm_websocket.py
devolo_home_control_api/devices/__init__.py
devolo_home_control_api/devices/gateway.py
devolo_home_control_api/devices/zwave.py
devolo_home_control_api/exceptions/__init__.py
devolo_home_control_api/exceptions/device.py
devolo_home_control_api/exceptions/gateway.py
devolo_home_control_api/exceptions/general.py
devolo_home_control_api/helper/__init__.py
devolo_home_control_api/helper/names.py
devolo_home_control_api/helper/uid.py
devolo_home_control_api/properties/__init__.py
devolo_home_control_api/properties/binary_sensor_property.py
devolo_home_control_api/properties/binary_switch_property.py
devolo_home_control_api/properties/consumption_property.py
devolo_home_control_api/properties/humidity_bar_property.py
devolo_home_control_api/properties/multi_level_sensor_property.py
devolo_home_control_api/properties/multi_level_switch_property.py
devolo_home_control_api/properties/property.py
devolo_home_control_api/properties/remote_control_property.py
devolo_home_control_api/properties/sensor_property.py
devolo_home_control_api/properties/settings_property.py
devolo_home_control_api/publisher/__init__.py
devolo_home_control_api/publisher/publisher.py
devolo_home_control_api/publisher/updater.py
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
tests/__init__.py
tests/conftest.py
tests/test_homecontrol.py
tests/test_humidity_sensor.py
tests/test_metering_plug.py
tests/test_motion_sensor.py
tests/test_mydevolo.py
tests/test_publisher.py
tests/test_shutter.py
tests/test_siren.py
tests/test_thermostat.py
tests/test_uuid.py
tests/test_wall_switch.py
tests/test_websocket.py
tests/test_window_contact.py
tests/fixtures/homecontrol_binary_sensor.json
tests/fixtures/homecontrol_binary_switch.json
tests/fixtures/homecontrol_blinds.json
tests/fixtures/homecontrol_device_del.json
tests/fixtures/homecontrol_device_details.json
tests/fixtures/homecontrol_device_new.json
tests/fixtures/homecontrol_device_page.json
tests/fixtures/homecontrol_devices.json
tests/fixtures/homecontrol_gateway_status.json
tests/fixtures/homecontrol_grouping.json
tests/fixtures/homecontrol_humidity_sensor.json
tests/fixtures/homecontrol_local_session.json
tests/fixtures/homecontrol_motion_sensor.json
tests/fixtures/homecontrol_pending_operation.json
tests/fixtures/homecontrol_remote_control.json
tests/fixtures/homecontrol_siren.json
tests/fixtures/homecontrol_thermostat.json
tests/fixtures/homecontrol_zones.json
tests/fixtures/mydevolo_gateway_details.json
tests/fixtures/mydevolo_gateway_fullurl.json
tests/fixtures/mydevolo_gateway_location.json
tests/fixtures/mydevolo_gateway_status.json
tests/fixtures/mydevolo_maintenance.json
tests/fixtures/mydevolo_standard_timezone.json
tests/fixtures/mydevolo_uuid.json
tests/fixtures/mydevolo_zwave_products.json
tests/mocks/__init__.py
tests/mocks/mock_websocket.py
tests/mocks/mock_zeroconf.py
tests/snapshots/test_homecontrol.ambr
tests/snapshots/test_metering_plug.ambr
tests/snapshots/test_mydevolo.ambr
tests/snapshots/test_shutter.ambr
tests/snapshots/test_thermostat.ambr
tests/snapshots/test_wall_switch.ambr
tests/snapshots/test_window_contact.ambr