Skip to content

Instantly share code, notes, and snippets.

@OverZealous
Created December 23, 2021 20:19
Show Gist options
  • Save OverZealous/c860f1aaed94a01d19618ed3ea2a82d0 to your computer and use it in GitHub Desktop.
Save OverZealous/c860f1aaed94a01d19618ed3ea2a82d0 to your computer and use it in GitHub Desktop.
Home Assistant Configuration Panel
views:
- title: Home
cards:
- type: entities
title: Devices & Services
entities:
- type: weblink
name: Integrations
url: /config/integrations
icon: mdi:connection
- type: weblink
name: Devices
url: /config/devices
icon: mdi:devices
- type: weblink
name: Entities
url: /config/entities
icon: mdi:hexagon-multiple-outline
- type: weblink
name: Areas
url: /config/areas
icon: mdi:floor-plan
- type: entities
title: Automations & Scenes
entities:
- type: weblink
name: Automations
url: /config/automation
icon: mdi:robot
- type: weblink
name: Scenes
url: /config/scene
icon: mdi:ceiling-light-multiple
- type: weblink
name: Scripts
url: /config/script
icon: mdi:script-text
- type: weblink
name: Helpers
url: /config/helpers
icon: mdi:help-rhombus
- type: weblink
name: Blueprints
url: /config/blueprint
icon: mdi:notebook-outline
- type: entities
title: Supervisor
entities:
- type: weblink
name: Supervisor
url: /hassio/dashboard
icon: mdi:home-assistant
- type: weblink
name: Backups
url: /hassio/backups
icon: mdi:backup-restore
- type: weblink
name: System
url: /hassio/system
icon: mdi:raspberry-pi
- type: entities
title: Add-Ons
entities:
- type: weblink
name: File Editor
url: /hassio/ingress/core_configurator
icon: mdi:file-edit
- type: weblink
name: ZWaveJS 2 MQTT
url: /hassio/ingress/a0d7b954_zwavejs2mqtt
icon: mdi:z-wave
- type: weblink
name: NodeRed
url: /hassio/ingress/a0d7b954_nodered
icon: mdi:chart-sankey-variant
- type: weblink
name: Adguard Home
url: /hassio/ingress/a0d7b954_adguard
icon: mdi:shield-lock
- type: entities
title: Lovelace
entities:
- type: weblink
name: Dashboards
url: /config/lovelace/dashboards
icon: mdi:view-dashboard
- type: weblink
name: Resources
url: /config/lovelace/resources
icon: mdi:toy-brick-outline
- type: entities
title: People
entities:
- type: weblink
name: People
url: /config/person
icon: mdi:card-account-details
- type: weblink
name: Zones
url: /config/zone
icon: mdi:map-marker-circle
- type: weblink
name: User Accounts
url: /config/users
icon: mdi:shield-account
- type: entities
title: System
entities:
- type: weblink
name: Server Controls
url: /config/server_control
icon: mdi:power
- type: weblink
name: Core Config
url: /config/core
icon: mdi:pencil
- type: weblink
name: Logs
url: /config/logs
icon: mdi:math-log
- type: weblink
name: System Info
url: /config/info
icon: mdi:information
- type: button
icon: mdi:restart
name: Hold to Restart HA!
action_name: Restart
tap_action:
action: navigate
navigation_path: /config/server_control
hold_action:
action: call-service
service: homeassistant.restart
- type: button
icon: mdi:restart-alert
name: Hold to Reboot OS!
action_name: Reboot
tap_action:
action: navigate
navigation_path: /hassio/system
hold_action:
action: call-service
service: hassio.host_reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment