TileBoard - New dashboard for Homeassistant

Who wants to create my tileboard pages for me for money? I can send you my entities and PayPal you for the config etc

I founf the node-red flow on the web and it seemed to do what I needed.

Hello,
Thanks for this tileboard!
My english is not very well so i will try to explain what i want if it’s possible…
I want to change the icon like
icon for on
and icon for off
but in
type: TYPES.TEXT_LIST,

so i have made this, but don’t work, any ideas, please:

{
                       title: 'Chambre parents',
					   icon: function (item, entity) {
                         if ('&binary_sensor.door_window_sensor_158d000232abca.state' === 'on') {
                           return 'mdi-door-open';
                         } else {
                           return 'mdi-door-closed'
                         }
                       },	
                       //icon: 'mdi-door-open',
                       value: '&binary_sensor.door_window_sensor_158d000232abca.state'
                    },
{
   title: 'Chambre parents',
   icon: function () {
      return this.parseFieldValue('&binary_sensor.door_window_sensor_158d000232abca.state') === 'on' ?  'mdi-door-open' : 'mdi-door-closed';
   },
   value: '&binary_sensor.door_window_sensor_158d000232abca.state'
},

You should not move images anywhere. They should remain in /www/tileboard/images/weather-icons I presume you simply did not clear browser’s cache once you changed the config.

As for the cameras, try CAMERA_THUMBNAIL instead on CAMERA

@ resoai

Thanks that’s great.

1 Like

Hi
how do you make the mdi yellow, when a door is open?

i have a custom.css file that changes the properties of the sensor
contents of the custom.css

.item.-on.-sensor_icon .item-entity–icon,
.item-armed.-sensor_icon .item-entity–icon,
.item.-locked.-sensor_icon .item-entity–icon {
color: yellow ;
}

Thanks. I did not have any succes. i appended your code to the customs.css file but all mdi icons are still white.
Anything else I need to do?
My CSS skills are limited

Hello,

Can i have two groups on a column ?
or groups in group?

thanks.

Groups can either be all horizontal or all vertical, you can’t mix them and nest them. This would simply break the grid layout.

Moved all the files out of www/tileboard/images/weather-icons/white and up one level to www/tileboard/images/weather-icons, but still no icon. However, increasing the refresh from 1500 to 3000 got rig of the flickering in my fullscreen cam.

edit: Went back to the docs one more time and found my error. Somehow the line defining the icon sensor was deleted. Replaced it and everything working perfectly! Thanks for all your help!!!

1 Like

Ok thanks !

New question… I have noticed that if I am away from tileboard for an extended period of time, when I come back, I am getting an invalid access token pop up error on the screen. All I have to do to fix it is refresh the screen but this can’t be intended behavior. Any idea what could be going wrong?

Question : can you use the new MDI icons from HA ?
ie refer https://cdn.materialdesignicons.com/2.7.94/

needed for the wife factor … mdi-fountain
can not get it to show/display

thanks
Leeb

Get latest code from GitHub. This issue has been fixed already.

Please create an issue on GitHub.

done created issue

thanks

just got latest code (via zip)

still the same problem

issue created

thanks

You probably didn’t clear the cache of your browser.