Custom Lovelace Card - Homekit style card

Hello everyone, I updated to 0.117.1 and when I resumed the connection everything went then the fundamental test I did it by turning off everything and restarting the Raspy after it has completed the loading of Home Assistant I entered the pages and the first of these was still empty moving the same problem was also noticed on the others doing refresh appeared on one side and fired from another try it too?

I make a new dashboard but I can not start a HomeKit style card…? I check the message but how do I start?

https://github.com/DBuit/Homekit-panel-card

Have a read there. Everything you need to get going is there. Read everystep.

im at 117.2 and its still caos with the card dissapearing every now and then. Just a heads upp for people. imo 115.5 is still the best version.

Confirm its still caos with the card

If i dont get it wrong the linked fix was deleted 4 days ago aswell…

1 Like

Hello everyone, even with the new version 0.117.3 the problem of disappearing cards persists

1 Like

On the github the last frontend release is 6 days ago. the fix was merged 5 days ago so i guess it is still not released :frowning:

1 Like

Hi guys,

I’ve been trying to move my personal greeting (depending on the connected user) from the Rules section under the title into the title to replace the current title ''Home Assistant" looking like this:

    title: 
      rules: |

        <li>
          {% if now().hour  < 5 %} Good night {user},
          {% elif now().hour < 12 %} Good morning {user},
          {% elif now().hour < 18 %} Good afternoon {user},
          {% else %} Good evening {user},
          {% endif %}
        </li>

    useBrightness: false
    useTemperature: false
    titleColor:  "white" # "var(--primary-text-color)"

tileHoldAnimation: true

    rulesColor: "white"
    enableColumns: true
    statePositionTop: true
    rows:

Unfortunately I’m only getting [object Object].

Could anyone help me out with what I’m doing wrong here?
Any help is much appreciated.

1 Like

Hi

you cant use the rules inside the title.
Rules is just a seperate thing in the config.

Hi guys,

The card is still not working as is should be :frowning:
But there is a new version: https://github.com/DBuit/Homekit-panel-card/releases/tag/0.5.9

My brother @wtrbuit is helping me :slight_smile: he fixed the bigger size tiles :+1: (@mkhattab)

2 Likes

Understood.

Could I request this as a feature?
That would be really neat and clean in combination with the Kiosk-mod :wink:

I really love your card mate, tremendous job!

Cheers

Thanks so much @DBuit and @wtrbuit - you guys rock!!

Nice work m8! Keep upp the great work.

Hello everyone has anyone solved the problem of the cards that not all appear with version 0.117.5?
At the moment I am stopped at 0.115.6

It was Added to the mile Stone of 117.1 but as far as i can se the problem is still there. Ha seem to have it on a low list of intrest or something Sins we are in 117.5 now.

Thanks Jimmy

1 Like

could someone please help me, My thermostat-popup-card looks like this :frowning: what am I doing wrong?
image image

Try helighet with with like 300px value

Hi,

The style part needs an update.
should be this now:

style:
      $: |
        .mdc-dialog .mdc-dialog__container {
          width: 100%;
        }
        .mdc-dialog .mdc-dialog__container .mdc-dialog__surface {
          width:100%;
          box-shadow:none;
        }
      .: |
        :host {
          --mdc-theme-surface: rgba(0,0,0,0);
          --secondary-background-color: rgba(0,0,0,0);
          --ha-card-background: rgba(0,0,0,0);
          --mdc-dialog-scrim-color: rgba(0,0,0,0.8);
          --mdc-dialog-min-height: 100%;
          --mdc-dialog-min-width: 100%;
          --mdc-dialog-max-width: 100%;
        }
        mwc-icon-button {
          color: #FFF;
        }

And you need https://github.com/thomasloven/lovelace-card-mod installed