Hi and thank you @Lucabiri unfortunately this is a limitation within the native area cards for Home Assistant. I’m not sure, but you could try to re-name the one you want shown in the card. I’m thinking the card might take the first alphabetical camera it finds for that area and displays it. As I said I am not sure, but you could test it out and then get back to me.
And by the way @Lucabiri if you reload the integration and restart HA the battery entity should now be gone from the battery page.
cayrule88
(Cayrule88)
May 8, 2025, 11:46am
44
Hi why all the tabs become smaller and unclickable? I tried restart HA, clear cache, still the same. If i tried on desktop mode all the tab is ok.
I will have a look at it, see if I can replicate the issue and get back to you.
edit:
So it seems like there is an issue with the tabbed card for HA version 2025.5
opened 01:05PM - 08 May 25 UTC
closed 06:46PM - 08 May 25 UTC
bug
### Description
With new update of HA, 2025.5, my tabbed cards doesn't work at … all; see image below:

### Environment
```Markdown
- OS: [e.g. iOS, Linux]
- Browser: [e.g. chrome, safari]
- Home Assistant Version: [e.g. 2023.9.0]
- Tabbed Card Version: [e.g. 0.3.2]
```
### Reproducible configuration
```YAML
type: custom:tabbed-card
styles:
"--mdc-theme-primary": "#FF6600"
"--mdc-theme-secondary": "#FF6600"
"--mdc-tab-text-label-color-default": PaleTurquoise
"--mdc-tab-color-default": PaleTurquoise
"--mdc-typography-button-font-size": 12px
options:
defaultTabIndex: 1
tabs:
- attributes:
label: Umidità
icon: fas:tint
isFadingIndicator: true
stacked: true
card:
entities:
- entity: sensor.sensore_tup_camera_marcello_umidita
index: 0
name: Umidità
unit: "%"
color: darkorange
hour24: true
hours_to_show: 48
points_per_hour: 1
icon: mdi:water-percent
align_header: right
align_icon: right
align_state: left
line_width: 5
animate: true
show:
average: false
extrema: false
fill: fade
legend: false
labels: hover
points: hover
smoothing: true
card_mod:
style: |-
ha-card
{
background: linear-gradient(50deg, rgba(5, 139, 140, 1.0) 30%, rgba(15, 207, 186, 1.0) 100%);
border: outset 5px rgba(5, 139, 140, 1.0);
}
tap_action: more-info
type: custom:mini-graph-card
- attributes:
label: Temperatura
icon: fas:thermometer-three-quarters
isFadingIndicator: true
stacked: true
card:
entities:
- entity: sensor.sensore_tup_camera_marcello_temperatura
index: 1
name: Temperatura
unit: C°
color: darkorange
hour24: true
hours_to_show: 48
points_per_hour: 1
icon: mdi:thermometer
align_header: left
align_icon: left
align_state: right
line_width: 5
animate: true
show:
average: false
extrema: false
fill: fade
legend: false
labels: hover
points: hover
smoothing: true
card_mod:
style: |-
ha-card
{
background: linear-gradient(50deg, rgba(5, 139, 140, 1.0) 30%, rgba(15, 207, 186, 1.0) 100%);
border: outset 5px rgba(5, 139, 140, 1.0);
}
tap_action: more-info
type: custom:mini-graph-card
- attributes:
label: Pressione
icon: fas:tachometer-alt
isFadingIndicator: true
stacked: true
card:
entities:
- entity: sensor.sensore_tup_camera_marcello_pressione
index: 2
name: Pressione
unit: pascal
color: darkorange
hour24: true
hours_to_show: 48
points_per_hour: 1
icon: mdi:gauge
align_header: right
align_icon: right
align_state: left
line_width: 5
animate: true
show:
average: false
extrema: false
fill: fade
legend: false
labels: hover
points: hover
smoothing: true
card_mod:
style: |-
ha-card
{
background: linear-gradient(50deg, rgba(5, 139, 140, 1.0) 30%, rgba(15, 207, 186, 1.0) 100%);
border: outset 5px rgba(5, 139, 140, 1.0);
}
tap_action: more-info
type: custom:mini-graph-card
```
### Additional context
_No response_
Until this is fixed you will have to revert back to a backup from before 2025.5
So a new update for the tabbed-card was just released. if you are running the SMARTi Dashboard in manual mode and update to HA version 2025.5, make sure you also update the tabbed card to its latest version so that everything works.
If you are running SMARTi in automatic mode, I will push an update later today including the latest version of the tabbed card to make sure everything works as intended. You will only have to reload the integration and then restart HA and everything should be fine. I will update this post as soon as its ready.
Update: The latest version of the tabbed card is now included in the repository (for both basic and pro users), making sure that if you use HA 2025.5 and automatic mode you can simply reload the SMARTi integration and restart HA. Everything should then be in working order.
cayrule88
(Cayrule88)
May 9, 2025, 11:40pm
47
After tried to reload and restart still failed. By totally remove the integration solve the issue. Back to normal.
merch08
(D0d0)
May 17, 2025, 6:00pm
48
Thank you for this solution!
Do you plan plan a favorites/quick actions card?
I want to incorporate this into some extent. Do you have any suggestions for any quick actions you would like to see incorporated?
merch08
(D0d0)
May 19, 2025, 8:07pm
50
My mind goes to either locks / ACs
Or go to the self decision style using labels and then showing top 5.
Might even go to running scripts/automations from this quick actions menu.