Skip to content

A small and customisable navigation bar for Home Assistant.

Notifications You must be signed in to change notification settings

patrickfnielsen/hass-navigation-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigation Card

hacs release downloads build

Images

Cards - Noctis

What is Navigation Card

Navigation Card is designed to give you a usefull navigation bar at the bottom of your screen. Each icon can be customized as needed, and so can the actions.

If used together with Kiosk Mode a really clean layout can be archived.

Installation

HACS

Navgation Card is available in HACS (Home Assistant Community Store).

  1. Install HACS if you don't have it already
  2. Open HACS in Home Assistant
  3. Go to "Frontend" section
  4. Press the 3 dots in the top right, and select "Custom repositories"
  5. For repository enter "https://github.com/patrickfnielsen/hass-navigation-card" and category select "frontend"
  6. Click button with "+" icon
  7. Search for "Navigation Card"

Manual

  1. Download navigation-card.js file from the latest release.
  2. Put navigation-card.js file into your config/www folder.
  3. Add reference to navigation-card.js in Dashboard. There's two way to do that:
    • Using UI: SettingsDashboardsMore Options iconResourcesAdd Resource → Set Url as /local/navigation-card.js → Set Resource type as JavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile
    • Using YAML: Add following code to lovelace section.
      resources:
          - url: /local/navigation-card.js
            type: module

Configuration variables

TODO

YAML Example

IMPORTANT: This should be placed as the last card

type: custom:navigation-card
icon: mdi:home
items:
  - icon: mdi:home
    on_tap:
      action: navigate
      navigation_path: /dashboard-rooms/home
  - icon: mdi:lightbulb-group
    on_tap:
      action: navigate
      navigation_path: /dashboard-rooms/lights
  - icon: mdi:temperature-celsius
    on_tap:
      action: navigate
      navigation_path: /dashboard-rooms/climate
  - icon: mdi:blinds
    on_tap:
      action: navigate
      navigation_path: /dashboard-rooms/blinds
  - icon: mdi:robot-vacuum
    on_tap:
      action: navigate
      navigation_path: /dashboard-rooms/vacuum

Theme customization

Navigation Card works without a theme, but you can add a theme like Noctis. If you want more information about themes, check out the official Home Assistant documentation about themes.

About

A small and customisable navigation bar for Home Assistant.

Resources

Stars

Watchers

Forks

Packages

No packages published