README.md
pyproject.toml
tests/test_button_entity.py
tests/test_climate_entity.py
tests/test_config.py
tests/test_cover_entity.py
tests/test_device.py
tests/test_discovery.py
tests/test_driver.py
tests/test_entity.py
tests/test_factory_pattern.py
tests/test_helpers.py
tests/test_ir_emitter_entity.py
tests/test_light_entity.py
tests/test_media_player_entity.py
tests/test_migration.py
tests/test_remote_entity.py
tests/test_select_entity.py
tests/test_sensor_entity.py
tests/test_setup.py
tests/test_switch_entity.py
tests/test_voice_assistant_entity.py
ucapi_framework/__init__.py
ucapi_framework/config.py
ucapi_framework/device.py
ucapi_framework/discovery.py
ucapi_framework/driver.py
ucapi_framework/entity.py
ucapi_framework/helpers.py
ucapi_framework/migration.py
ucapi_framework/setup.py
ucapi_framework.egg-info/PKG-INFO
ucapi_framework.egg-info/SOURCES.txt
ucapi_framework.egg-info/dependency_links.txt
ucapi_framework.egg-info/requires.txt
ucapi_framework.egg-info/top_level.txt
ucapi_framework/entities/__init__.py
ucapi_framework/entities/button.py
ucapi_framework/entities/climate.py
ucapi_framework/entities/cover.py
ucapi_framework/entities/ir_emitter.py
ucapi_framework/entities/light.py
ucapi_framework/entities/media_player.py
ucapi_framework/entities/remote.py
ucapi_framework/entities/select.py
ucapi_framework/entities/sensor.py
ucapi_framework/entities/switch.py
ucapi_framework/entities/voice_assistant.py