Kevin Stillhammer
Kevin Stillhammer
**Describe the bug** Trying to create code from an OpenAPI spec fails with a RecursionError. **To Reproduce** Example schema: https://developer.here.com/documentation/routing-api/swagger/v8.yaml Used commandline: ``` $ datamodel-codegen --url https://developer.here.com/documentation/routing-api/swagger/v8.yaml --input-file-type openapi --output...
Do you have any plans regarding authentication? I plan to use the GPS feature of the app to keep track of my phone when it's outside my home. But for...
## Proposed change Alternative solution to https://github.com/home-assistant/core/pull/74348. Strip route segments from the front until there are 255 or less characters. A next step could be that the whole route is...
## Breaking change The unit system is no longer controlled by an options setting of the HERE Traveltime integration but uses the built in custom units configurable per entity. The...
Signed-off-by: Kevin Stillhammer ## Breaking change ## Proposed change WIP: Use v8 of the HERE API. * The public transport modes have been split out into an own api *...
## Proposed change In the OptionFlow allow setting `incl_filter` and `excl_filter` to an empty string when it was not empty before. ## Type of change - [ ] Dependency upgrade...
## Proposed change This is an attempt to revive https://github.com/home-assistant/core/pull/61681 This PR adds the capability to control thermostats with the broadlink integration. ## Type of change - [ ] Dependency...
I have several workflows which can be triggered manually (`workflow_dispatch`) and by other workflows (`workflow_call`). Usually those take the same inputs and sometimes I forget to declare the inputs for...
We are using https://github.com/eifinger/setup-rye to automatically set up rye in our CICD pipelines. In this action I am using `RYE_INSTALL_OPTION` to skip all prompts. Since version `0.21.0` this means that...
Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md). Before filing a pull request, make sure to do the following: - [x] Create...