- Added option for default tab. Example:
type: custom:simple-tabs
pre-load: true
default_tab: 2
tabs:
- title: Weather
card:
type: markdown
content: Weather card goes here
- title: Lights
card:
type: markdown
content: Lights goes here
Important: If a tab is hidden via conditions it will fall back to the first visible tab.
- Fixed issue where the font-family was not the theme default font.