I have a quick question. I have a timer and in this card i can either show the state (on/off) or the time that the timer has been set (e.g. 35:00). I want to show the remaining time in real time like a countdown. I could do it with a normal card but i haven’t found a way to do it with this one… Any ideas?
PS: i thinks it would be better for if with the images of your cards to post also the code so other people can get ides or not spending time to solve problems that someone else have already solve…
It sounds like a browser cache issue. If you indeed has the right version of banner-card it should print banner-card: 0.10.0 in the browsers developer tools console. If that doesn’t happen you have browser cache or a failed update. If there is no version output from banner-card it means 0.9 or lower as I just added the log output in 0.10
I think he’s right (not meant to sound patronising!)
I had the same problem and was waiting for further comments here.
I had previously tried ‘Empty cache and hard reload’ but that didn’t work.
I just reinstalled the card in HACS and all is working.
I have a fan entity in the banner card but it doesn’t display a boolean switch. Is there any way to force the card to display a switch and not the state? (which is clickable)
You can set domain: switch, but it will call fan.toggle as the service call if you then click it. It uses the domain but the toggle part of the service call is hard coded for all toggles. I don’t know if the fan domain has that same signature (as lights, switch and some others)
I want to set an icon for an entity, which changes based on the state, instead of having the default switch (i’ve done this) and also i want when i press the icon to call an action, switch.toggle or switch.on/off. I have this but when i press the icon it opens the classic window which shows when it was open, for how long etc. Any help?
I wonder if you would also consider supporting climate (e.g. generic_thermostat and others) devices. I adapted your card a bit and now have the following:
What do you think? Would you accept a PR for this? The item normally shows the current temperature and if you want to change it, by clicking, you can adjust the thermostat temperature.
I created a PR. This version behaves like the cover’s as you requested. I prefer though to only see the temperature and when I click the temperature, I can access the thermostat.
Is there a way to support both types (so, with the arrow’s always visible or with the arrow’s only visible if one wants to change the thermostat value)?
I haven’t figured out how to create a button with multiple lights without creating a group of the lights beforehand. E.g. It would be nice to be able to create scenarios by calling multiple services to multiple lights. Is this already possible in some way? Or would it be a possible feature for the future realeses?
Hey Guys, trying to make either MDI Icon Red or the text red, but having trouble with map state, is my syntax incorrect?
- entity: sensor.litter_robot_litterroboto_status
name: Litter Robot Status
map_state:
Not Ready - Drawer Full:
value: 'mdi:gauge-full'
name: Drawer Full
color: red
Sorry if this is already in this post. But is there a link for where to find the hex values for all the icons? I added it to my setup and really like where its going.