python-overkiz-api
python-overkiz-api copied to clipboard
Async Python wrapper to interact with internal Somfy TaHoma API, or other OverKiz API's.
Bumps [boto3](https://github.com/boto/boto3) from 1.34.91 to 1.34.102. Changelog Sourced from boto3's changelog. 1.34.102 api-change:bedrock-agent-runtime: [botocore] This release adds support to provide guardrail configuration and modify inference parameters that are then used...
Hi Mickael, I am triying to use the **get_local_tokens** command of your API but I receive the following error: `TypeError: LocalToken.__init__() missing 1 required keyword-only argument: 'expiration_time'` as it seems...
Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 to 4.15.0. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @jugmac00 in tox-dev/tox#3251 Fix dropped leading characters c...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
Hello, I have a Sauter oven and I saw that the mobile app "Sauter Smart Control" is based on Overkiz. It has the same look and feel than the Brandt...
Running client.get_setup() with the cloud API on a Somfy TaHoma server, I get the first item `"id": "SETUP-xxx-xxxx-xxxx"` which seems to be correct. Running client.get_setup() with the local API on...
Fix #321 The new main entrypoint is now `Overkiz.get_client_for`. `OverkizClient` does not manage anymore the session, it’s up to the calling code to manage it. See my example below. A...
After starting the implementation on HA component, I figured out that we where missing the base_device_url. We could recreate it there, but I think it's better to have always available...