Picture entities card questions

I’m slowly getting my floorplan organised in a panel view but I don’t seem to be able to apply a theme to the default view panel. This is the config for the view ( the theme name is correct and the correct case), is it correct?

    path: default_view
    title: Home
    panel: true
    theme: midnight

This theme is still over-ridden by the theme applied to HA.

Secondly, is it possible to hide the label text (friendly name) for state-badges?

          - type: state-badge
            tap_action:
              action: toggle
            entity: switch.rumpus_dehumidifier
            style:
              top: 86%
              left: 38%

This appears to be a bug.

I specify a theme for a view. An automation changes the HA theme at sunset/sunrise and this overrides the view’s theme despite it being set to a specific theme rather than ‘back end selected’.

Can any one else confirm?

I played around with this a little bit, and when in panel mode, the HA theme does indeed override the view’s theme. When not in panel mode it seems to work (no override).

1 Like