In you current configuration you should set enableColumns to false than i works for me.
Or if you do wanna use columns you should edit your config to this:
- title: "Home"
icon: mdi:home-outline
path: "home"
panel: true
cards:
- type: "custom:homekit-card"
home: true
#rules: |
# {% if "Vandaag" in states('sensor.blink_gft') %} <li>Vandaag groenebak aan de straat</li> {% endif %}
# {% if "Vandaag" in states('sensor.blink_papier') %} <li>Vandaag oudpapier aan de straat</li> {% endif %}
# {% if "Vandaag" in states('sensor.blink_pmd') %} <li>Vandaag plastic aan de straat</li> {% endif %}
# {% if "Vandaag" in states('sensor.blink_restafval') %} <li>Vandaag grijzebak aan de straat</li> {% endif %}
# {% if states('sensor.current_lights_on') | float > 0 %} <li>{{states('sensor.current_lights_on')}} lampen aan</li> {% endif %}
# {% if states('sensor.current_media_players_on') | float > 0 %} <li>{{states('sensor.current_media_players_on')}} speakers aan</li> {% endif %}
title: "Demo"
useBrightness: false
titleColor: "#FFF"
enableColumns: true
statePositionTop: true
rows:
- row: 1
columns:
- column: 1
tileOnRow: 4
entities:
- title: Title!
entities:
- entity: light.kontor
On line 184 you set type: 'custom:thermostat-popup-card' that is not needed and can be removed.
You defined popup-cards on line 16 this must be popup_cards with an underscore.
I think the popups_cards will help with your problem.
Iâm having trouble with properly displaying a mini-graph card. For some reason the header font size is very small. I set it to 13px in the settings, but this doesnât seem to work. If I force it using the cardStyle setting, it does come out the way I expect it, but then the card is all messed up. Am I doing it wrong somewhere? Help is very much appreciated!
If you donât use the cardStyle i apply a default cardStyle for mini-graph-card. So it looks like it does not fit always. below is the default cardStyle i apply i think you should edit it to fit your needs and use cardStyle in your config.
in your service_data you have entity_id: fan.study_fan replace that with entity_id: this, this will be replaced with the entity or entities defined under entities:
im trying to use the switch-popup-card for my garage door⌠but i do not get any actual switch buttons just a black card with the icon and state. if i follow your layout for config i get block mapping errors (indenting under - icon:). here is what i have that gives no errors, but i cannot see the switch buttons
@slipx06 you should add value: "closed" to your closed button and value: "open" to your open button. this way it knows for what value the buttons should be active and display the active state above the buttons.
@Bartem maybe check your config with @slipx06 his config it is working for him. Of course check my reply above this one about the value that is missing for him.
@DBuit Great work or as we say in the Dutch âgoed gedaan topper!â. One request or question about your HomeKit card, will it be possible to size the card for example size: 30% / size: 40% or set a hight/width just like is possible wit the custom button card? I saw itâs already possible to do double size but i want to change my custom button cards for your homekit card (much easier instead of all the button templates in decluttering).
See my example below for my custom button card (with - size: 40%) with circle sensor for brightness:
and homekit normal view and with higher/wider view (donât think itâs really working this way with that much white)
@DBuit@lubbertkramer
I was also wondering about this because Iâd like to be able to fit more tiles on my wall-mounted tablet without scrolling.
I was also wondering if it would be possible to use the icon of the state variable instead of the state. Letâs say I use a contact sensor or binary sensor to show the state instead of âonâ/âoffâ. My customize.yaml file defines device classes for some entities so a contact sensor will show an icon of an open window or closed window depending on state etc.
(Weâre getting greedy now!)
Hi, great suggestion that would probably work better. i guess i will make it possible to set the width/height in configuration. but than you also need to be able to change other sizes like icon size, round state size etc. that makes it a bit more complicated
so you donât wanna let the icon depend on the entity but on the state(entity) you configured?
can you make a issue on github for me so i wonât forget to make it thank you!
Or let the icon/circle with brightness/temp scale with the width/size. In my opinion the number of the brightness/set temp on the climate version is too small to be fully usable. Do you also want a github issue for the size request or?