homer_configs/home-automation-page.yml

62 lines
1.7 KiB
YAML

---
links:
- name: "Apps"
icon: "fas fa-cloud"
url: "#config"
- name: "Servers"
icon: "fas fa-server"
url: "#servers-page"
- name: "Monitoring"
icon: "fas fa-magnifying-glass"
url: "#monitoring-page"
- name: "Ham"
icon: "fa-solid fa-tower-cell"
url: "#ham-page"
- name: "Home-Automation"
icon: "fas fa-house-user"
url: "#home-automation-page"
- name: "Media"
icon: "fas fa-photo-video"
url: "#media-page"
- name: "LAN"
icon: "fas fa-network-wired"
url: "#lan-page"
- name: "Monitorix"
icon: "fas fa-info-circle"
url: "#monitorix-page"
- name: "VPS/Domain"
icon: "fas fa-map-marked-alt"
url: "#vps-domain-page"
- name: "Wikis/Websites"
icon: "fas fa-file-alt"
url: "#wikis-n-websites-page"
- name: "External"
icon: "fas fa-external-link-alt"
url: "#external-websites-page"
services:
- name: "Home-Automation"
icon: "fas fa-house-user"
items:
- name: "Home-Assistant"
logo: "assets/logos/homeassistant.png"
#subtitle: "Bookmark example"
tag: "home-automation"
url: "http://home-assistant.lan:8123"
target: "_blank" # optional html a tag target attribute
- name: "MotionEye"
logo: "assets/logos/motioneye.png"
#subtitle: "Bookmark example"
tag: "home-automation"
url: "http://motioneye.lan:8765"
target: "_blank" # optional html a tag target attribute
- name: "Driveway Cam"
logo: "assets/logos/security-cam-light.png"
#subtitle: "Bookmark example"
tag: "home-automation"
url: "http://cam.lan"
target: "_blank" # optional html a tag target attribute
# EOF