Skip to content

Global Appearance

Global settings that apply to all items.

Global Appearance

  • Hide Content Name: Hide names from domains, device classes and persons
  • Enable Total Number: Will show how many entities are turned on and how much in total you have. This wont change entities in Popup.
  • Render cards as Square: Square instead of round items
  • Enable Total Entities: Will show all entities no matter the state. This wilkl also change the Popup behaviour to show all entities.
  • Wrap Content: Multi-line mode instead of scrolling/swiping
  • Hide Card If Empty: Hide card completely when no entities are present
  • Hide Background: Hide background/border
  • Theme: HA theme for the card
  • Color: Global icon color for all items
  • Background Color: Global background color (RGB/RGBA)

Content Layout

Determines the orientation of items in the card. Default layout is vertical.

  • vertical: Icon on top, name/state below
  • horizontal: Icon on left, name/state on right

Content Layout Feature


YAML Example

type: custom:status-card
hide_content_name: false
show_total_number: true
square: true
show_total_entities: true
no_scroll: true
hide_card_if_empty: false
no_background: false
theme: waves
content_layout: horizontal|vertical
color: green
background_color:
  - 255
  - 0
  - 0
  - 0.1