Entity Status Cards from Attributes - WillCodeForCats/solaredge-modbus-multi GitHub Wiki

Release v2.3.0 and Newer

Starting with v2.3.0 the description attribute was removed and is now the sensor value. The numeric value was moved to the status_value attribute.

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

Releases Older than v2.3.0

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

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: