Richard Kroegel
Richard Kroegel
Just stumbled across the following issue - upload to codecov works only for Python 3.10 (`3.10.x`) and fails e.g. for Python 3.9 (`3.9`). This happens both on `v2` and `v3`...
## Proposed change Fingerprints are by default stored in memory, as suggested in https://github.com/home-assistant/core/pull/74871#discussion_r979521676. At maximum, 10 responses are stored to generate unlimited memory usage. When retrieving the responses, the...
## Proposed change This PR adds up to three `select` entities to `bmw_connected_drive`, all related to controlling EV charging. If an entity is created in Home Assistant depends on the...
# Problem I tried to upload a file to a V7 2.0 dataset and wanted to add a tag to it while uploading. ```py local_file = LocalFile("~/test.png", tags=["some-tag"]) dataset.push([local_file]) ```...
Enhancement of #7. For my setup is nice not only to communicate with the bridge via MAC addresses/handles/UUIDs but also with human-readable names/tags. Through a couple of iterations this leads...
Addresses #2. Config file is located in seperate config directory for later use in Docker volumes. MQTT configurations support host/port/user/password. Additionally options are included when and if a BLE scan...
## Proposed change Use `runtime_data` for BMW. Required some more changes for the legacy notify platform. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking...
## Proposed change Use `SelectSelector()` instead of `vol.In()` to allow for translations in config flow. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change...
## Proposed change This PR refactors the bmw_connected_drive base entity into a separate `entity.py` file. Also removes unneeded entity attributes (attribution, car, vin) as VIN now can be shown via...
## Proposed change Add documentation for MINI Connected virtual integration. ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing...