Martin Nöhrer
Martin Nöhrer
Hi, ~~Try the entity variable within the ulm_custom_popup instead of the ulm_popup_weather_entity.~~ The weather popup already uses the entity variable of the card. There is no need to set the...
Hi @tropics1999, I've done some testing with the weather card. I've found a way to enable custom actions for this card. I will provide a pull request within the next...
My configuration to call the popup ```yaml - type: "custom:button-card" template: card_weather entity: weather.home variables: ulm_card_weather_name: " " ulm_card_weather_primary_info: - wind_speed - precipitation_probability ulm_card_weather_backdrop: fade: true ulm_card_tap_action: adaptive ulm_custom_popup: template:...
@Nicxe Have you included the files from the pull request?
@SgtRootCanal I havn't tested it, but try this configuration: ```yaml - type: custom:button-card template: - "chip_weather_date" - "ulm_actions_card_overlay" ``` For chips this configuration should also work ```yaml - type: custom:button-card...
@schumijo More or less I see it on all popups on all devices, on my Android Home Assistant app and also in the Chrome browser on my notebook. The light...
@AndyVRD I've tested your code in the styles section of the power_outlet_stats popup but it doesn't fix the problem. I think the white border has more to do with the...
@AndyVRD This code is from the Chrome Dev Tools.
Hi @AndyVRD @schumijo, If I add following style to the browser_mod style of an action than it will remove the white border and the scrollbar ```yaml style: $: | :host...
Hi @AndyVRD @schumijo An improved version for removing the border radius only on small devices if the popup is set to full screen ```yaml style: $: | :host .mdc-dialog .mdc-dialog__container...