Skip to content

Entity Status Cards from Attributes

Seth edited this page Jun 10, 2022 · 3 revisions

Starting with v2.0.0 status information is available as attributes.

This is an example how to use the status attribute to display in an entity card:

type: entities
entities:
  - type: attribute
    entity: sensor.solaredge_i1_status
    attribute: status_text
  - type: attribute
    entity: sensor.solaredge_i2_status
    attribute: status_text

OR

type: entities
entities:
  - type: attribute
    entity: sensor.solaredge_i1_status
    attribute: description
  - type: attribute
    entity: sensor.solaredge_i2_status
    attribute: description

The examples above will display like this: Screen Shot 2022-06-10 at 3 33 02 PM

Clone this wiki locally