Ludwig Hubert

Results 20 comments of Ludwig Hubert

Just as a heads-up if someone wants to make the same changes: In the current homematic component version (hass 0.104.2) the change has to be made in entity.py:161: https://github.com/home-assistant/home-assistant/blob/0.104.2/homeassistant/components/homematic/entity.py#L161

Any news on this? Would be great if it would be merged. :)

@blowsie Did you manage to fix this?

Thanks @chakAs3 . I will check it out and get back to you. We are currently on upgrading to Nuxt 3.8.x but it might take a while due to some...

Hi @chakAs3 , we have upgraded to nuxt 3.9.1 and we still get the same error stating ``` ERROR Internal server error: At least one or is required in a...

Thanks @chakAs3 ! After some more investigation in the last days, I've seen that it is caused by e.g. using the `` component exported from https://www.npmjs.com/package/nuxt-icons. So I guess the...

@chakAs3 cool, good to know! Is there any way I can test it? It seems like the mentioned branch is based on a very old one (0.1.5) and I don't...

As it might be helpful for @luisjose24 and some others: Thats how I used leaflet-hotline with react-leaflet. ```ts import { useMap } from "react-leaflet"; import L from "leaflet"; interface Props...

Hi @stapleton524 , did you use this approach with react-leaflet v4? I can't get it to work right now. I just get a `is not a constructor` error...

Thanks! I didn't get it to work with v4. But I've now ported it and wrapped it into a separate npm package for easy usage: https://www.npmjs.com/package/leaflet-hotline-react