Why does the HA icons not show up when I've set the use_hass_icons=1?

In the HA overview I can see icons like bulbs, etc.
But in Dashboard I just see circles.

Please post your configuration so we can see what might be wrong.

2 Likes

Yes, of course.
The config so far is rather simple.

Here it is:

##
## Main arguments, all optional
##
title: Hovedside
widget_dimensions: [150, 150]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 8
global_parameters:
    use_comma: 0
    precision: 1
    use_hass_icon: 1
    namespace: default
clock:
    widget_type: clock
    time_format: 24hr
    show_seconds: 1
    date_format_country: DK
    time_style: "color:#39c5ef;"
##Front:
##    widget_type: camera
##    title: Fordør
##   entity_picture
bedroomtemp:
    widget_type: sensor
    title: Soveværelse
    entity: switch.vandseng.temperature
havetemp:
    widget_type: sensor
    title: Have
    entity: switch.vandsten.temperature
servertemp:
    widget_type: sensor
    title: Serverrum
    entity: switch.server.temperature
spisebord:
    widget_type: group
    title: Spisebord
    entity: group.lys_spisebord
    monitored_entity: light.spisebord_1
have:
    widget_type: group
    title: Have
    entity: group.lys_have
    monitored_entity: light.dor
stueetage:
    widget_type: group
    title: Stueetage
    entity: group.lys_stueetage
    monitored_entity: light.kokkenbord
1stesal:
    widget_type: group
    title: 1ste sal
    entity: group.lys_1stesal
    monitored_entity: light.glasmontre
yrpicture:
    widget_type: entitypicture
    title: Vejret
    entity: sensor.yr_symbol
layout:
    - clock (2x1), device_tracker.life360_lian_fribert, device_tracker.life360_kenneth_fribert, device_tracker.life360_nathalie, device_tracker.life360_adrian_fribert, spacer, yrpicture
    - climate.adrian_thermostat, climate.kokken_thermostat,  climate.nathalie_thermostat, climate.stue_thermostat, bedroomtemp, servertemp, spacer, havetemp
    - spisebord, light.kokkenbord, light.vitrine, light.spejl, light.kontor, have, spacer, light.adrians_loftlys 
    - light.glasmontre, light.dvd_reoler, light.tapetlampe, light.barskab, group.treklover, spacer, spacer, light.loftlys
    - stueetage, 1stesal,spacer,spacer,spacer,switch.kaffemaskine,switch.fluefanger,switch.vandsten

I add this to most of my switches/lights.

icon_on: mdi-lightbulb
icon_off: mdi-lightbulb
icon_style_active: "color: yellow; transition: 2s" 
icon_style_inactive: "transition: 2s"

Everything looks ok. Have you tried the usual things like clearing the browser cache and adding

&recompile=1 

or

 ?recompile=1

if you are not specifying a specific skin, to the end of the dashboard url to make sure the dashboard is recompiled?

Yes, but I really don’t want to define very single light :slight_smile:

I tried this, didn’t change anything, the & got an error 500 :slight_smile:
I don’t have a theme set up yet, it’s still just getting there slowly :slight_smile:

I know when I first started I was frustrated because the theme (I believe the default one) showed circles for lights instead of bulbs. So I just copied and pasted my light code every time I added one and changed the name and identity. It was fairly quick.

Exactly what I see here as well, so it might be a general problem :frowning:

Oh well, I’ll go and define them all in hand.
Nice with the transition thing, looks cool!

I have a problem with one icon already.

mdi-home-floor-g / mdi-home-floor-ground

It doesn’t show up? Is that usual, that some icons that I can look up at the mdi page, isn’t known by the dashboard?

could you post your code so we could look at it? Most of the time I have found problems to be spacing.

Sure, currently I’m tumbling with two things, a temperature widget which I can’t get to show, and the home-floor-g, home-floor-1. I would also like to make the ‘up’ / ‘down’ settings for lights bigger.
At some point when I get the nerv, I’m going to make subpages.

##
## Main arguments, all optional
##
title: Hovedside
widget_dimensions: [155, 155]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 8

global_parameters:
    use_comma: 0
    precision: 1
    use_hass_icon: 1
    namespace: default

clock:
    widget_type: clock
    time_format: 24hr
    show_seconds: 1
    date_format_country: DK
    time_style: "color:#00aaff; font-size: 400%"

bedroomtemp:
    widget_type: sensor
    title: Soveværelse
    entity: switch.vandseng.temperature

havetemp:
    widget_type: sensor
    title: Have
    entity: switch.vandsten.temperature

servertemp:
    widget_type: sensor
    title: Serverrum
    entity: switch.server.temperature

spisebord:
    widget_type: group
    title: Spisebord
    entity: group.lys_spisebord
    monitored_entity: light.spisebord_1
    icon_on: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_off: mdi-lightbulb
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

have:
    widget_type: group
    title: Have
    entity: group.lys_have
    monitored_entity: light.dor
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

stueetage:
    widget_type: group
    title: Stueetage
    entity: group.lys_stueetage
    monitored_entity: light.kokkenbord
    icon_on: mdi-floor-g
    icon_off: mdi-floor-g
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

1stesal:
    widget_type: group
    title: 1ste sal
    entity: group.lys_1stesal
    monitored_entity: light.glasmontre
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

yrpicture:
    widget_type: entitypicture
    title: Vejret lige nu
    entity: sensor.yr_symbol

weatherpicture:
    widget_type: camera
    title: Vejrudsigt
    entity_picture: https://10.11.12.33:8123/api/camera_proxy/camera.weather?api_password=THBPBxu5c7HzLwUD

frontdoor:
    widget_type: camera
    title: Fordør
    entity_picture: https://10.11.12.33:8123/api/camera_proxy/camera.front_door?api_password=THBPBxu5c7HzLwUD

glasmontre:
    widget_type: light
    title: Glasmontre
    entity: light.glasmontre
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

dvd_reoler:
    widget_type: light
    title: DVD Reoler
    entity: light.dvd_reoler
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

tapetlampe:
    widget_type: light
    title: Tapetlampe
    entity: light.tapetlampe
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

barskab:
    widget_type: light
    title: Barskab
    entity: light.barskab
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

treklover:
    widget_type: group
    title: Trekløver
    entity: group.treklover
    monitored_entity: light.treklover_1
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kokkenbord:
    widget_type: light
    title: Køkkenbord
    entity: light.kokkenbord
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

vitrine:
    widget_type: light
    title: Vitrine
    entity: light.vitrine
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

spejl:
    widget_type: light
    title: Spejl
    entity: light.spejl
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kontor:
    widget_type: light
    title: Kontor
    entity: light.kontor
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

adrianlys:
    widget_type: light
    title: Adrians loftlys
    entity: light.adrians_loftlys
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kaffemaskine:
    widget_type: switch
    title: Kaffemaskine
    entity: switch.kaffemaskine
    icon_on: mdi-coffee
    icon_off: mdi-coffee
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

fluefanger:
    widget_type: switch
    title: fluefanger
    entity: switch.fluefanger
    icon_on: mdi-flash
    icon_off: mdi-flash
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

vandsten:
    widget_type: switch
    title: Vandsten
    entity: switch.vandsten
    icon_on: mdi-fountain
    icon_off: mdi-fountain
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

nathalieloft:
    widget_type: light
    title: Nathalies loftlys
    entity: light.loftlys
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

lian:
    widget_type: device_tracker
    title: Mor
    entity: device_tracker.life360_lian_fribert
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: pink; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "Moving": Rejser
      "Driving": Kører bil

kenneth:
    widget_type: device_tracker
    title: Far
    entity: device_tracker.life360_kenneth_fribert
    icon_on: fas-male
    icon_off: fas-male
    icon_style_active: "color: blue; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

nathalie:
    widget_type: device_tracker
    title: Nathalie
    entity: device_tracker.life360_nathalie
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: pink; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

adrian:
    widget_type: device_tracker
    title: Adrian
    entity: device_tracker.life360_adrian_fribert
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: blue; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

havetest:
    widget_type: temperature
    entity: switch.vandsten.temperature
    settings:
      minValue: -5
      maxValue: 30
      width: 120
      height: 240
      majorTicks: [0,5,10,15,20,25]
      highlights: [{'from': -5, 'to': 0, 'color': 'rgba(0,0,255,.3)'},{'from': 24, 'to': 35, 'color' : 'rgba(255, 0, 0, .3)'}] 

layout:
    - clock (2x1), lian, kenneth, nathalie, adrian, frontdoor (2x2)
    - glasmontre, dvd_reoler, tapetlampe, barskab, treklover, yrpicture, spacer, spacer
    - spisebord, kokkenbord, vitrine, spejl, kontor, have, spacer, adrianlys
    - climate.adrian_thermostat, climate.kokken_thermostat,  climate.nathalie_thermostat, climate.stue_thermostat, bedroomtemp, servertemp, havetemp, nathalieloft
    - stueetage, 1stesal, weatherpicture (3x1), kaffemaskine, fluefanger, vandsten

not sure about the arrows being larger, but I don’t see those icons listed anywhere in your code.

home-floor-g, home-floor-1. Where are they supposed to be?

Oh, the config here was one when i was experimenting, this is the running one, I tried removing ‘home’ at that point, just to see if that could be the problem.

##
## Main arguments, all optional
##
title: Hovedside
widget_dimensions: [155, 155]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 8

global_parameters:
    use_comma: 0
    precision: 1
    use_hass_icon: 1
    namespace: default

clock:
    widget_type: clock
    time_format: 24hr
    show_seconds: 1
    date_format_country: DK
    time_style: "color:#00aaff; font-size: 400%"

bedroomtemp:
    widget_type: sensor
    title: Soveværelse
    entity: switch.vandseng.temperature

havetemp:
    widget_type: sensor
    title: Have
    entity: switch.vandsten.temperature

servertemp:
    widget_type: sensor
    title: Serverrum
    entity: switch.server.temperature

spisebord:
    widget_type: group
    title: Spisebord
    entity: group.lys_spisebord
    monitored_entity: light.spisebord_1
    icon_on: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_off: mdi-lightbulb
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

have:
    widget_type: group
    title: Have
    entity: group.lys_have
    monitored_entity: light.dor
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

stueetage:
    widget_type: group
    title: Stueetage
    entity: group.lys_stueetage
    monitored_entity: light.kokkenbord
    icon_on: mdi-home-floor-g
    icon_off: mdi-home-floor-g
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

1stesal:
    widget_type: group
    title: 1ste sal
    entity: group.lys_1stesal
    monitored_entity: light.glasmontre
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

yrpicture:
    widget_type: entitypicture
    title: Vejret lige nu
    entity: sensor.yr_symbol

weatherpicture:
    widget_type: camera
    title: Vejrudsigt
    entity_picture: https://10.11.12.33:8123/api/camera_proxy/camera.weather?api_password=THBPBxu5c7HzLwUD

frontdoor:
    widget_type: camera
    title: Fordør
    entity_picture: https://10.11.12.33:8123/api/camera_proxy/camera.front_door?api_password=THBPBxu5c7HzLwUD

glasmontre:
    widget_type: light
    title: Glasmontre
    entity: light.glasmontre
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

dvd_reoler:
    widget_type: light
    title: DVD Reoler
    entity: light.dvd_reoler
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

tapetlampe:
    widget_type: light
    title: Tapetlampe
    entity: light.tapetlampe
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

barskab:
    widget_type: light
    title: Barskab
    entity: light.barskab
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

treklover:
    widget_type: group
    title: Trekløver
    entity: group.treklover
    monitored_entity: light.treklover_1
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kokkenbord:
    widget_type: light
    title: Køkkenbord
    entity: light.kokkenbord
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

vitrine:
    widget_type: light
    title: Vitrine
    entity: light.vitrine
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

spejl:
    widget_type: light
    title: Spejl
    entity: light.spejl
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kontor:
    widget_type: light
    title: Kontor
    entity: light.kontor
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

adrianlys:
    widget_type: light
    title: Adrians loftlys
    entity: light.adrians_loftlys
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

kaffemaskine:
    widget_type: switch
    title: Kaffemaskine
    entity: switch.kaffemaskine
    icon_on: mdi-coffee
    icon_off: mdi-coffee
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

fluefanger:
    widget_type: switch
    title: Fluefanger
    entity: switch.fluefanger
    icon_on: mdi-flash
    icon_off: mdi-flash
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

vandsten:
    widget_type: switch
    title: Vandsten
    entity: switch.vandsten
    icon_on: mdi-fountain
    icon_off: mdi-fountain
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

nathalieloft:
    widget_type: light
    title: Nathalies loftlys
    entity: light.loftlys
    icon_on: mdi-lightbulb
    icon_off: mdi-lightbulb
    icon_up: mdi-arrow-up-bold
    icon_down: mdi-arrow-down-bold
    icon_style_active: "color: yellow; transition: 2s" 
    icon_style_inactive: "transition: 2s"

lian:
    widget_type: device_tracker
    title: Mor
    entity: device_tracker.life360_lian_fribert
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: pink; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "Moving": Rejser
      "Driving": Kører bil

kenneth:
    widget_type: device_tracker
    title: Far
    entity: device_tracker.life360_kenneth_fribert
    icon_on: fas-male
    icon_off: fas-male
    icon_style_active: "color: blue; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

nathalie:
    widget_type: device_tracker
    title: Nathalie
    entity: device_tracker.life360_nathalie
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: pink; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

adrian:
    widget_type: device_tracker
    title: Adrian
    entity: device_tracker.life360_adrian_fribert
    icon_on: fas-female
    icon_off: fas-female
    icon_style_active: "color: blue; transition: 2s" 
    icon_style_inactive: "transition: 2s"
    state_text: 1
    state_map:
      "not_home": Ude
      "home": Hjemme
      "OneMarketing": Arbejde
      "Moving": Rejser
      "Driving": Kører bil

havetest:
    widget_type: temperature
    entity: switch.vandsten.temperature
    settings:
      minValue: -5
      maxValue: 30
      width: 120
      height: 240
      majorTicks: [0,5,10,15,20,25]
      highlights: [{'from': -5, 'to': 0, 'color': 'rgba(0,0,255,.3)'},{'from': 24, 'to': 35, 'color' : 'rgba(255, 0, 0, .3)'}] 

layout:
    - clock (2x1), lian, kenneth, nathalie, adrian, frontdoor (2x2)
    - glasmontre, dvd_reoler, tapetlampe, barskab, treklover, yrpicture, spacer, spacer
    - spisebord, kokkenbord, vitrine, spejl, kontor, have, spacer, adrianlys
    - climate.adrian_thermostat, climate.kokken_thermostat,  climate.nathalie_thermostat, climate.stue_thermostat, bedroomtemp, servertemp, havetemp, nathalieloft
    - stueetage, 1stesal, weatherpicture (3x1), kaffemaskine, fluefanger, vandsten

I have also been unsuccessful trying to use those home-floor-# icons…

It’s working now! I just tried them again and was forced to reload the UI and my mdi:home-floor-… icons appear now.

Hmm, I’ve reloaded, I’ve recompiled, still no icons, not on chrome, firefox or the tablet app.

Can you describe exactly what you did, I still don’t see them here?