Skip to content

Entity Status Cards from Attributes

Seth edited this page May 8, 2026 · 4 revisions

You can display the status or error descriptions (rather than their code) in entity cards on the dashboard.

For inverter status:

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

Or to show error code descriptions:

  - type: attribute
    entity: sensor.solaredge_i1_status_vendor_4
    name: I1 Error Code
    attribute: description

Status Vendor 4 is available since v3.2.5. For older firmware inverters use Status Vendor:

  - type: attribute
    entity: sensor.solaredge_i1_status_vendor
    name: I1 Error Code
    attribute: description

This will give you a card display like this:

Screen Shot 2022-06-10 at 3 33 02 PM

Clone this wiki locally