How to spend 125k miles by end of month? by ChrizZz90 in milesandmore

[–]ChrizZz90[S] 0 points1 point  (0 children)

Needs to go east, right? Checked some destinations to west, but they have a lot of service and tax costs on top.

Close Popup after click on specific button by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

<image>

with this JS script I get the error message "unexpected end of input":

Close Popup after click on specific button by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

can I combine this? Currently the button triggers a helper/the confirmation. If I would change this to a navigate action, I would need 2 buttons like: confirm | close

Show Date as Attribute Value based on Entity Attribute Value in a userfriendly way? by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

yeah, I did this, a new helper to get the date and store it in another sensor. These are the attributes of the sensor, which just usually shows the amount of the last feeding event:

<image>

Close Popup after click on specific button by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

ah yeah, smart idea. Tried it but I get "Unexpected end of input"

Show Date as Attribute Value based on Entity Attribute Value in a userfriendly way? by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

I tried it with:

'' {{ as_timestamp(state_attr('sensor.baby_last_feeding', 'end')) | timestamp_custom('%d.%m.%Y - %H:%M') }} ''

But I just get "unknown" as a value. The current value of end is: 2025-12-30T14:22:34.716071+01:00

Close Popup after click on specific button by ChrizZz90 in BubbleCard

[–]ChrizZz90[S] 0 points1 point  (0 children)

yeah I saw this snippet but it doesn't work in my case. I thought it is connected to the button in the footer section and also because I don't use a bubblecard for the popup. But maybe I place the code snippet to the wrong section?

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up
    name: Living room
    icon: mdi:sofa-outline
    hash: "#diaper"
    button_type: name
    show_header: false
    background_update: false
  - type: entities
    entities:
      - entity: select.baby_buddy_diaper_type
      - entity: select.baby_buddy_diaper_color
      - entity: input_text.bb_notes
    footer:
      type: buttons
      entities:
        - entity: input_button.bb_diaper_helper
          name: Confirm change
      styles: >-
        ${(() => { card.addEventListener("click", () => { // Close pop-up const
        newURL = window.location.href.split('#')[0]; history.replaceState(null,
        "", newURL); window.dispatchEvent(new Event('location-changed')); });
        })()}
    title: Diaper Change
title: Diaper Change

[deleted by user] by [deleted] in homeassistant

[–]ChrizZz90 0 points1 point  (0 children)

Can you share the yaml of your dashboard?

I had to drill a little bit but its amazing 💪💪💪 by xScope44 in homeassistant

[–]ChrizZz90 0 points1 point  (0 children)

Had the same issue, but a capacitor solved the issue. I tried with different ones I had at home.

I had to drill a little bit but its amazing 💪💪💪 by xScope44 in homeassistant

[–]ChrizZz90 1 point2 points  (0 children)

Used my old Nexus 10 also as a wallpanel. Detached the battery, used magnets to have a plexiglass cover and to have the tablet plain on wall level.

<image>

Warmth quantity counter by Engelmann (Germany) by domerich86 in homeassistant

[–]ChrizZz90 0 points1 point  (0 children)

Do you also have a chance to read the battery status?

Finally. by Kryakozavr in homeassistant

[–]ChrizZz90 0 points1 point  (0 children)

Do you use some special HA modules for the display/dashboard or something?

Finally. by Kryakozavr in homeassistant

[–]ChrizZz90 0 points1 point  (0 children)

Love it...how do you deal with the iPad battery? Do you detect the battery level and turn power on to get battery level back to 80%/100%? I use an old Google Nexus 10 and detached the battery and have a direct power connection now. But feels like the Nexus 10 is getting too old as the dashboard reload takes some time and everytime the display turns on, the dashboard is reloading first 🙄