Andy

Results 21 comments of Andy

@matrixx567 @schumijo Well it works for the large popup but i got the same error as you if i use the mobile popup and navigate to the radar part of...

@schumijo Fixed by adding the variable to the popup_weather_radar.yaml and popup_weather_forecast.yaml ``` --- popup_weather_radar: template: "popup_weather_forecast" variables: ulm_weather_popup_surpress_first_forecast: false --- popup_weather_forecast: variables: ulm_weather_popup_surpress_first_forecast: false ```

In the meantime someone updated my code and to be honest i have not checked or tested these changes because my original code still works fine for my personal use....

Your indentation is wrong, just add browser_mod: or if you want to use the prefix add a tab to your intentation. Can you check Chrome Developer Tools to see what...

> Did you give it another try with the latest updates? I haven't seen the problem reappearing on my end and would like to know if it still exists. I...

> I just published v2.0.0-alpha.12 which hopefully let's you install the plugin without issues again. Could you tell me if you still encounter any of these errors with the new...

I'm still experience this behaviorw with the latest 1.9.5 version. It seems that the delay is longer on iOS than Chrome. Is there any ETA wen this will be fixed?...

This would be great, was just searching for this and only find the templating solution.

You can make a pop-up with multiple sliders. ![8D51B6B1-8DA6-4F24-90B8-B79835EA40D8](https://user-images.githubusercontent.com/67138158/166134202-7c03287b-b5d3-451c-9b7b-6872ce7cdc6e.png) ![246E5A79-752C-4272-ACAD-ACFB87BC7742](https://user-images.githubusercontent.com/67138158/166134207-735a280d-2fd6-47ca-8cf0-fdffccb429ed.png) ![35E52D61-03FA-4C31-82B4-8A1C9C619FC9](https://user-images.githubusercontent.com/67138158/166134212-68e35f7c-2227-4a10-9a25-c3f3f063813c.png)

> ```yaml > card-mod-more-info-yaml: | > ha-dialog > div { > outline: none !important; > } > ``` Hi, Any idea why this is not working? I still get the...