You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Install through [HACS](https://hacs.xyz/)
75
75
| name | string | **Optional** | entity name from HA | Custom label for this entity
76
76
| icon | string | **Optional** | entity icon from HA | Custom icon for this entity
77
77
| unit_of_measurement| string | **Optional** | unit_of_measurement from HA | Custom unit_of_measurement for this entity. Useful when using attribute. If it contains a unit prefix, that must be in latin. Ex GВт, not ГВт
78
-
| color | string | **Optional** | var(--primary-color)| Color of the box. Example values: 'red', '#FFAA2C', 'rgb(255, 170, 44)'
78
+
| color | string | **Optional** | var(--primary-color)| Color of the box. Example values: 'red', '#FFAA2C', 'rgb(255, 170, 44)', 'random' (assigns a random RGB color)
79
79
| color_on_state | boolean | **Optional** | false | Color the box based on state value
80
80
| color_limit | string | **Optional** | 1 | State value for coloring the box based on state value
81
81
| color_above | string | **Optional** | var(--paper-item-icon-color)| Color for state value above color_limit
0 commit comments