places
places copied to clipboard
Component to integrate with OpenStreetMap Reverse Geocode (places)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
I update sensor.py and change `homeassistant.helpers.typing.EventType` to `homeassistant.core.Event` because it was deprecated in 2025.5 in accordance with what is published here [HA core update](https://developers.home-assistant.io/blog/2024/04/08/deprecated-backports-and-typing-aliases/) And resolve this issus https://github.com/custom-components/places/issues/275 My...
2024.5: warning in log: 2024-05-02 00:56:42.020 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] EventType was used from places, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.Event instead,...
I love the integration, for travelers from Czechia just perfect. But it creates a lot of attributes, in my case most of them are not needed and/or redundant, and I...
Submitting on behalf of @gregeeh Running HA in a docker container on an OMV NAS.   ``` 2023-08-30 08:34:05.907 INFO (MainThread) [custom_components.places.sensor] (GregH) [Init] Places sensor: GregH 2023-08-30 08:34:05.907...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.3)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.38 to 3.39. Release notes Sourced from py-cov-action/python-coverage-comment-action's releases. v3.39 What's Changed Switch to 3.14, add typing by @ewjoachim in py-cov-action/python-coverage-comment-action#618 Bump base image to v7 by...