HADashboard mdi door icons

I have some door sensors(binary sensors) setup in HA and am monitoring them in HADash. In HA the default icon is a small door that opens and closes, but in HADash the default icon is a line/circle. I tried changing the icons in .dash file to reference the mdi door icons, but they don’t show up on the dashboard, just a blank space appears for the icon. I can change it other mdi icons and it works fine, but for some reason the “door-open” and “door-closed” icons don’t work?

If you’re using 3.0 beta, the next update has the latest icons.

Am still on V2

You will need to upgrade to get the new icons - you can upgrade to the beta now, or wait until 3.0 is officially released.

Okay, thanks, I can wait until 3.0 is official

Now that HASSIO is upgraded, I finally changed my icon, but the color is not working: is always green

door_grandma:
    widget_type: binary_sensor
    entity: binary_sensor.door_window_sensor_158d0001xxxxxx
    title: Grandma door
    icon_style_inactive: "color: green"
    icon_style_active: "color: red"
    icon_off: mdi-door-open
    icon_on: mdi-door-closed

There is a bug in binary_sensor in b4 that will be fixed in the next version