github agoberg85/home-assistant-simple-tabs v1.2.0

11 hours ago

Deeplinking

Allows you to open a tab from a different button/action. For example:

/dashboard/0#tv-remote

If you use Bubble Card popups you can also open a tab from a different button/action. This example will open the tv-remote tab inside the #media Bubble Card popup.

tap_action:
  action: navigate
  navigation_path: "?tab=tv-remote#media"

This feature needs a id on each tab.

Tab badges

Allows you to add badges to tabs. Needs a jinja template that outputs true/false

tabs:
  - title: Kitchen
    icon: mdi:silverware
    # Show badge if kitchen lights are on
    badge: "{{ is_state('light.kitchen_lights', 'on') }}" 
    card: ...

New styling variables

type: custom:simple-tabs
container_background: red
container_padding: 12px
container_rounding: 30px
tabs_gap: 6px
button_padding: 12px
show_fade: false

Should open for some more styling options.

Don't miss a new home-assistant-simple-tabs release

NewReleases is sending notifications on new releases.