@eddi89 - How can I change this to simply show an icon in the middle of the button, entity state (not caption) below the button), and change the behavior to not be a button? Iâm basically trying to make custom badges.
This is awesome and I can see a lot of potential for customisation. Perhaps this will even replace my HaDash setup.
I will start a project to create a custom panel that you can configure like this. I will need help to add more widget types. A widget to display svg-files (similar to floorplan) is wip.
Looking good so far - just want to change that âATVâ to the the appropriate activity icon (in this case, the Apple logo).
you can set cell_width to 1fr
to get same size for each btw
@JesseWebDotCom I have put it on github
I modified the state-card-button-panel.html to accept pictures, so I did the âVibesâ panel.
@eddi89 there will be a official repo?
Thanks I added image support and moved to GitHub. I also changed name and some config parameters.
Current plan is to add âshow more-info-card on longpressâ-feature and make a dashboard as custom panel (early wip): https://imgur.com/a/lXuOp <-- If anybody wants to help contact me
This looks awesome!
Would it be possible to explain/comment the sample configuration.yaml file, please? Iâm a bit confused about what itâs doing.
Have you seen this? https://github.com/c727/home-assistant-tiles#configuration
Please tell me exactly what you donât understand.
YeahâŚI get the button config, but whatâs going on with the script and inputs in your sample?
Custom state cards replace the original state card of an entity with something custom. Here we replace input_text.dummy_tiles
with the tiles.I use input_text
domain because it has no âmore-info-cardâ this means it doesnât open another view if you click on it. Once this PR is merged the pointer cursor is also gone.
The example config is just a showcase of the functionality, for example how to add data to scripts.
Excellent - thanks so much!
I apreciated the new structure and features. Thanks. I linked to your project in my config info.
I just jumped in this, so right now I can help with prototypes, tests, examplesâŚ
@sentinel if help here is a my real config sample
This isnât updated to the new version, I will do that soon.
https://github.com/maattdiy/home-assistant-config/blob/master/config/packages/buttons.yaml
I updated my config to the latest verion of tiles. Also added a color option per entity.
In the comments 2 little cool services that I found in the way: Generate icons for tiles, and Color Blender to create a color that play nice with the theme.
this is nice can you share your yaml config especially for the volume slider
In my case I use the native input_number with an automation.
Here is my package with the all the media player related config: https://github.com/maattdiy/home-assistant-config/blob/master/config/packages/mp_general.yaml
Thank you for sharing
my tiles are not showing up anymore i have no error on my log
Hey your setup looks good. Quick question, what weather component are you using? The details of the weather are pretty good and informative I would like something like that.