食用方法
1.HASS Docker 中进入 shell 执行:
cd /usr/local/lib/python3.9/site-packages/hass_frontend/static
git clone https://github.com/james-fry/home-assistant-mdi
2.在 HomeAssistant 的 configuration.xml 文件中添加代码 ,配置需要的 MDI icon 图标:
panel_iframe:
mdiindex:
title: MDI
icon: mdi:vector-square
url: http://10.10.22.22:8123/static/home-assistant-mdi/home-assistant-mdi.html
3.重启容器。