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

latest releases: v1.1.7, v1.1.6, v1.1.5...
one month ago
  • Added a basic UI editor. Support for adding and deleting tabs. There is a YAML editor for the tab content. You could now create your cards in a separate browser tab and paste the whole code into the tab YAML field. Should make it easier to navigate the code. You can also move tabs up/down in the list.
  • Added drag/drop support on desktop.
  • Fixed bug where buttons would be stuck outside the container if you have buttons that fill the full width and more.
  • Tweaked the card loading method. pre-load: false is now recommended.

Note about the UI editor yaml field:
By default it looks like this

|-
  type: markdown
  content: Content for Tab 1

The indentation and |- sign is something I havent been able to figure out.
But you dont have to worry about the |- sign and indentation when pasting in code. IE this works

type: vertical-stack
cards:
  - type: entity
    entity: sensor.lights_on

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

NewReleases is sending notifications on new releases.