kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

[Bug]: Tabs not showing until editing the dashboard then clicking done #146

Closed i00 closed 2 months ago

i00 commented 2 months ago

Description

In 0.4.0-alpha the tabs don't show when you initially load the page. When you edit the dashboard then click save it all shows

Environment

- OS: Linux
- Browser: Chrome
- Home Assistant Version: 2024.4.4     
- Tabbed Card Version: 0.4.0-alpha

Reproducible configuration

type: custom:tabbed-card
tabs:
  - card:
      type: history-graph
      entities:
        - sun.sun
    attributes:
      label: First
  - card:
      show_current: true
      show_forecast: true
      type: weather-forecast
      entity: weather.forecast_home
      forecast_type: daily
    attributes:
      label: Second

Additional context

No response

i00 commented 2 months ago

DW - fixed in alpha.2