Created
August 9, 2023 09:20
-
-
Save jlpouffier/f738bc35ed39993c3375eb9d20e7f823 to your computer and use it in GitHub Desktop.
Home Assistant Hot Tip of the Day: A Navigation Card to declutter your side bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: entities | |
entities: | |
- type: button | |
icon: mdi:format-list-bulleted-type | |
name: Journal | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /logbook | |
- type: button | |
icon: mdi:chart-bar | |
name: Historique | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /history | |
- type: button | |
icon: mdi:hammer | |
name: Outils de développment | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /developer-tools | |
- type: button | |
icon: mdi:chip | |
name: ESPHome | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/5c53de3b_esphome | |
- type: button | |
icon: mdi:zigbee | |
name: Zigbee2MQTT | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/45df7312_zigbee2mqtt | |
- type: button | |
icon: mdi:store-settings-outline | |
name: HACS | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hacs/entry | |
- type: button | |
icon: mdi:file-cog-outline | |
name: Editeur de fichiers | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/core_configurator | |
- type: button | |
icon: mdi:microsoft-visual-studio-code | |
name: Studio Code Server | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/a0d7b954_vscode | |
- type: button | |
icon: mdi:chart-areaspline-variant | |
name: Grafana | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/a0d7b954_grafana | |
- type: button | |
icon: mdi:shield-check | |
name: AdGuard Home | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /hassio/ingress/a0d7b954_adguard | |
- type: button | |
icon: mdi:calendar | |
name: Calendier | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /calendar | |
- type: button | |
icon: mdi:cart | |
name: Liste de course | |
action_name: NAVIGER | |
tap_action: | |
action: navigate | |
navigation_path: /shopping-list | |
title: Liens |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment