homer_configs/home-automation-page.yml

62 lines
1.7 KiB
YAML
Raw Normal View History

2021-08-02 10:36:28 -04:00
---
links:
- name: "Apps"
2021-08-02 10:36:28 -04:00
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"
2022-08-01 14:49:24 -04:00
icon: "fa-solid fa-tower-cell"
url: "#ham-page"
2021-08-03 15:39:58 -04:00
- name: "Home-Automation"
icon: "fas fa-house-user"
url: "#home-automation-page"
2021-08-02 10:36:28 -04:00
- 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"
2021-08-03 15:39:58 -04:00
icon: "fas fa-map-marked-alt"
url: "#vps-domain-page"
- name: "Wikis/Websites"
2021-08-02 10:36:28 -04:00
icon: "fas fa-file-alt"
url: "#wikis-n-websites-page"
- name: "External"
2021-08-25 15:44:33 -04:00
icon: "fas fa-external-link-alt"
url: "#external-websites-page"
2021-08-02 10:36:28 -04:00
services:
- name: "Home-Automation"
icon: "fas fa-house-user"
items:
- name: "Home-Assistant"
logo: "assets/logos/homeassistant.png"
#subtitle: "Bookmark example"
tag: "home-automation"
2021-08-03 14:30:50 -04:00
url: "http://home-assistant.lan:8123"
2021-08-02 10:36:28 -04:00
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"
2021-11-03 14:18:50 -04:00
url: "http://cam.lan"
2021-08-02 10:36:28 -04:00
target: "_blank" # optional html a tag target attribute
# EOF