you can do it with any install method of HA but you have to be using lovelace as the frontend view.
Probably it is so easy that I as a newby could not figure it out but how do I get 3 slider cards in one card?
I have tried almost everything I could find. But … no result.
Can anyone post an example please? Thanks!
Like this:
entities:
- entity: light.lifx_bottom_of_stairs
toggle: true
type: 'custom:slider-entity-row'
- entity: light.lifx_top_of_stairs
toggle: true
type: 'custom:slider-entity-row'
- entity: light.lifx_hallway
toggle: true
type: 'custom:slider-entity-row'
show_header_toggle: true
title: Hall
type: entities
Yes, thank you so much. I now see what was wrong. Great!
Nice ! What is your theme ?
EDIT: Ignore me. Once again, clearing cache fixed the issue.
Why is this always the fix? Shit like this would drive me crazy if I were a web dev…
Very nice, Can you share your code?
Thank you so much to everyone who have bought me coffee!
I’ll make sure the money is well spent:
Cheers! Thanks again!
Inspired by @teachingbirds stream recently on @DrZzs youtube channel , I now use the scrape Lovelace card on my page as:
- platform: scrape
name: Travel
resource: https://twitter.com/Essex_Travel
select: “.js-tweet-text-container .tweet-text”
It all works fine but was wondering if its possible to get the time displayed since the tweet on the card as it does on twitter.com, or at least the time the tweet was posted. Thank you.
You probably want this: Custom Secondary Info for Entities Card
And you need to add support for it to the scraper.
But this is not the thread for that.
@thomasloven I have designed a view for my tablet based solely on your new popup feature change and avoiding tap_action: navigate
. Totally user friendly and my wife loves it++. However, with 20+ popups being used, I have found a need for a medium sized (width) popups,(for visual aesthetics on certain instances, e.g. alarm card and displaying cards with just too much for info a small popup, but not enough to look right on a large pop up) and was wondering if this is something you may consider or if this is even possible. Thanks!
I added a style:
option that you should be able to use.
E.g:
popup_cards:
light.bed_light:
title: My popup
style:
width: 50%
border-radius: 25px
--ha-card-border-radius: 25px
card:
...etc...
I may also have accidentally fixed the problem where several popup-cards can be shown stacked… (@sfnetwork)
Be sure to also update card-tools!
About the Roku remote doubled when using popup, no, still an issue (but I’m aware I didn’t send you the debugs, etc… yet, just forgot…)
Worked perfect and was able to reduce code greatly by adding all style to popup and removing card-modder from the popup config. Full background images instead of ugly header now thanks again!!!
Looking for some help, having some issues with trying to use the layout-card. Get this error in my console:
layout-card.js?track=true:72 Uncaught (in promise) TypeError: Cannot read property 'map' of null
at HTMLElement.make_cards (layout-card.js?track=true:72)
at HTMLElement.build (layout-card.js?track=true:96)
at HTMLElement.firstUpdated (layout-card.js?track=true:34)
at HTMLElement.performUpdate (app-a285b20d.js:93)
at HTMLElement._enqueueUpdate (app-a285b20d.js:93)
Edit: In an effort to try and solve this issue I pulled the raw of both card-tools and layout-card down, cleared cache and restarted home assistant. The error remains however, the property from the first line has changed to push.
The first error could happen if you don’t have cards:
in your configuration.
The second one doesn’t make sense, because there’s no reference to push
on line 72, and it’s impossible to guess the problem without your configuration.
layout-card.js?track=true:142 Uncaught (in promise) TypeError: Cannot read property 'push' of undefined
at cards.forEach (layout-card.js?track=true:142)
at Array.forEach (<anonymous>)
at HTMLElement.build (layout-card.js?track=true:117)
at HTMLElement.firstUpdated (layout-card.js?track=true:34)
at HTMLElement.performUpdate (app-a285b20d.js:93)
at HTMLElement._enqueueUpdate (app-a285b20d.js:93)
I am sorry its push at line 142
Here is my implementation of layout-card:
- id: 4 #Automatically Created ID
title: Grahams Bedroom
icon: mdi:hotel
background: center / cover no-repeat url("/local/images/darkpanel.jpg") fixed
name: Grahams Bedroom
panel: true
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:compact-custom-header
background_image: true
menu: show
options: clock
voice: hide
clock_format: 12
clock_date: true
- type: custom:layout-card
column_width: [12%, 22%, 22%, 22%, 22%]
cards:
- type: vertical-stack
cards:
- type: custom:card-modder
card:
type: markdown
content: '## Scenes'
style:
--paper-card-background-color: rgba(0, 0, 0, 0)
box-shadow: none