Andy

Results 21 comments of Andy

I have mention this on Reddit and he will fix this in one of a future update. The problem is that he is using different CSS style names for the...

I already fixed this, will commit the changes to a pr today.

I had this behavior on iOS and Chrome so it was not related to a specific resolution or OS. The strange thing about it was it's not always showing and...

@matrixx567 I have not tested it with all the popups but it works fine for the light card and media player card. Anyway you need to apply this to all...

Yes and this will also remove the border-radius. ``` style: $: | :host .mdc-dialog .mdc-dialog__container .mdc-dialog__surface .mdc-dialog__content { padding: 20px 24px; } .mdc-dialog .mdc-dialog__container .mdc-dialog__surface { border-radius: 0px; }```

Will be fixed in a new update i will release a PR for this weekend.

Note that this will push all available attributes forecast low/high temps. So if the entity have more than 6 available it will mess up the layout of the popup. You...

@matrixx567 Works fine. Will it possible to show the forecast for the next 6 days instead of today + 5 days. I think it don't make allot sense to still...

@matrixx567 @schumijo Yeah just fixed it by changing the start index value to 1 and changed the max entree to 6.

> ulm_weather_popup_surpress_first_forecast: false Needs added like this. ``` type: "custom:button-card" entity: weather.openweathermap template: - "chip_temperature_mdi_icon" variables: ulm_weather: "[[[ return variables.ulm_weather]]]" ulm_chip_temperature_min: "[[[ return variables.ulm_chip_temperature_min ]]]" ulm_chip_temperature_max: "[[[ return variables.ulm_chip_temperature_max ]]]"...