diff --git a/dashy/conf.yml b/dashy/conf.yml index 3a28fd3..9406ea5 100644 --- a/dashy/conf.yml +++ b/dashy/conf.yml @@ -2,6 +2,16 @@ pageInfo: title: JDL Homelab sections: + - name: Smart Home + items: + - title: Home Assistant + icon: hl-home-assistant + url: http://homeassistant:8123 + target: sametab + - title: Zigbee2MQTT + icon: z2m.png + url: http://192.168.1.174:8080 + target: sametab - name: Infrastructure items: - title: Proxmox diff --git a/dashy/item-icons/z2m.png b/dashy/item-icons/z2m.png new file mode 100644 index 0000000..74a5f21 Binary files /dev/null and b/dashy/item-icons/z2m.png differ