-
-
Notifications
You must be signed in to change notification settings - Fork 17
Entity Status Cards from Attributes
Seth edited this page May 7, 2023
·
3 revisions
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
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:
![Screen Shot 2022-06-10 at 3 33 02 PM](https://user-images.githubusercontent.com/48533968/173158910-e0946511-9e13-46b0-a633-6f0d9eadf78d.png)