Since youâre trying to change both the icon and the style, I think you have to switch over to conditions (rather than the simpler state_on and state_off), but this should do what you want (based on a quick test I did here).
Some of the conditional structure has been shifting, so make sure youâre on the most recent version, as I canât remember what changed when. The yaml above definitely works with v.1.3.0.
Font-Size for Header⊠can we somehow (probably STYLES but I`m not experienced ) make smaller font of header ?
for me title are to big and not fit to my all dashboard - thanks in advance !!
The problem is your theme here. Its making the title a little bit bigger. I would recommend tweaking it with card mod plugin or hiding the title: show_title: false.
thanks but my theme have only small modification, even when I switch to default there is no change with size of fontâŠhave a look with comparing to other parts of my dashboardâŠI made only modification on left site where is custom:button-card and all other thing on my dashboard is default font size but room-card have bigger header.
Can you please add a feature that will enable states of an entity to replace the name of the entity. e.g like in screenshot below the cpu temp is shown in state below the icon. so if we want it in place of name that would be a great option.
1 Try using it without the state attribute
2 Thats because input_boolean dont have an âoffâ and âonâ state. You need to use the conditions for that
3 What you are trying to is showing the state as title? Why not just use show_state?
I just saw there is an issue also opened on GitHub regarding this.
Yes I was using conditions for input boolean with attributes which was working fine until the last update, it is no longer working in v1.3.6
If you see the screenshot above I am using show_state for cpu in third column which is showing the temp just fine. I am requesting if instead of using show_state: true which will show the state below the icon we can do something like this so that all the icon aligns (if we donât want the show_state: true for other icons also). I hope I am making some sense
1 is working fine. If someone tells you how to use it please donât say it isnt so.
2 Yes, and software changes, so now you have adjust your config to it.
3 Is just a weird request imo, because how would you know which sensor that is ? And why not just hide the name and use the build in state display. Room card wont have this functionality in the near future.