LastElf
LastElf
I'm getting the same thing with the upcoming media card on mobile with a hash state. Resizing a desktop browser handles the resize fine
I haven't tried again since I posted this. It's still happening in HA 2023.5 with whatever the latest supported Card-Mod is. Just tested and confirmed that adding Number() breaks the...
Doesn't work: ``` tap_action: action: call-service service: advantage_air.set_time_to service_data: entity_id: entity minutes: >- [[[ return Math.min(Number(states['sensor.ac_time_to_off'].state) + 15,720) ]]] ``` Works for the first but jumps from 15 to 720...
Sorry, I take that back, when I loaded up the modified to get the error output again it's now resolving the type casting properly. I must have fat fingered it...
Since you're considering deprecating the module completely since there's other mods that handle the major parts of what you do, are you OK if I fork off the prepared spell...
Sorry for the notification guys, but throwing in a "me too." On top of FER collapsing it also breaks rendering in bar-card (Honestly the only reason I'm using it to...
I got this bug with the latest version and a bit of a related issue maybe? I have a popover as a hover on an input group button. This builds...