Kevin Stillhammer

Results 71 comments of Kevin Stillhammer

Thank you for opening an issue. According to the log message this is a problem with your network and nothing home-assistant can fix. Please make sure your devices are reachable.

I think [this](https://github.com/home-assistant/core/commit/fb8eeac563d79e79182d84362917b177009f35d6#diff-3dd076d31d33cc7d9aa84cbbca1071dd873eb04a4a68ab513b67dd9047758e43R116) removed setting `hass.data[DOMAIN]` and it should be replaced with `entry.runtime_data` here: https://github.com/home-assistant/core/blob/28ece89272c48695d550110b661c03ab4755bbc4/homeassistant/components/tado/__init__.py#L154

> I think [this](https://github.com/home-assistant/core/commit/fb8eeac563d79e79182d84362917b177009f35d6#diff-3dd076d31d33cc7d9aa84cbbca1071dd873eb04a4a68ab513b67dd9047758e43R116) removed setting `hass.data[DOMAIN]` and it should be replaced with `entry.runtime_data` here: > > https://github.com/home-assistant/core/blob/28ece89272c48695d550110b661c03ab4755bbc4/homeassistant/components/tado/__init__.py#L154 This doesn't answer the question why it is unloading at all.

> Also cc @eifinger if he has seen this before I have not seen this before. I usually use [pypi-publish](https://github.com/pypa/gh-action-pypi-publish) to publish to PyPi. Can you replace my action with...

Duplicate of: https://github.com/home-assistant/core/issues/119573

@home-assistant close

You have to enable the Routes API for your API key as stated in the updated(!) [documentation](https://www.home-assistant.io/integrations/google_travel_time/#setup) I missed flagging this in the breaking changes section. Sorry! @marksteward Since Google...

@home-assistant rename google_travel_time needs Routes API enabled since 2025.5.0

> I can't get this to work. I've got the API enabled for my key: > > ![Image](https://github.com/user-attachments/assets/427f1011-e5ea-419a-9f9d-61739a606ea8) > > but while setting up the integration I'm getting an `Unknown...

> > Are you sure there is nothing in the logs? There should either be a single error log or an uncaught exception with a stracktrace. > > Yes, unfortunately...