ucapi 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ucapi-0.3.1 → ucapi-0.3.2}/CHANGELOG.md +7 -2
- {ucapi-0.3.1/ucapi.egg-info → ucapi-0.3.2}/PKG-INFO +1 -1
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/_version.py +16 -3
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/entity.py +1 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/ui.py +3 -0
- {ucapi-0.3.1 → ucapi-0.3.2/ucapi.egg-info}/PKG-INFO +1 -1
- {ucapi-0.3.1 → ucapi-0.3.2}/CONTRIBUTING.md +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/LICENSE +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/README.md +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/docs/code_guidelines.md +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/docs/setup.md +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/README.md +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/hello_integration.json +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/hello_integration.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/remote.json +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/remote.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/remote_ui_page.json +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/setup_flow.json +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/examples/setup_flow.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/pyproject.toml +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/requirements.txt +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/setup.cfg +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/test-requirements.txt +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/tests/test_api.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/__init__.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/api.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/api_definitions.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/button.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/climate.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/cover.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/entities.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/light.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/media_player.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/remote.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/sensor.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi/switch.py +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi.egg-info/SOURCES.txt +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi.egg-info/dependency_links.txt +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi.egg-info/requires.txt +0 -0
- {ucapi-0.3.1 → ucapi-0.3.2}/ucapi.egg-info/top_level.txt +0 -0
|
@@ -11,11 +11,16 @@ _Changes in the next release_
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
## v0.3.
|
|
14
|
+
## v0.3.2 - 2025-09-17
|
|
15
|
+
### Changed
|
|
16
|
+
- Add support for IR Emitter EntityType ([#31](https://github.com/unfoldedcircle/integration-python-library/pull/31)).
|
|
17
|
+
- Add stop, record and menu for remote entity buttons ([#32](https://github.com/unfoldedcircle/integration-python-library/pull/32)).
|
|
18
|
+
|
|
19
|
+
## v0.3.1 - 2025-05-14
|
|
15
20
|
### Fixed
|
|
16
21
|
- Filtered log messages may not modify original data. This sporadically removed media artwork URLs ([#27](https://github.com/unfoldedcircle/integration-python-library/pull/27)).
|
|
17
22
|
|
|
18
|
-
## v0.3.0 -
|
|
23
|
+
## v0.3.0 - 2025-04-25
|
|
19
24
|
### Added
|
|
20
25
|
- New media-player attribute MEDIA_POSITION_UPDATED_AT ([feature-and-bug-tracker#443](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/443)).
|
|
21
26
|
### Changed
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '0.3.
|
|
21
|
-
__version_tuple__ = version_tuple = (0, 3,
|
|
31
|
+
__version__ = version = '0.3.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 3, 2)
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = 'g098f4fb3e'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|