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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ entities:
194
194
195
195
## Devices
196
196
197
-
Devices are power feeds within your home that you want to show in the card. By default, device power is not subtracted from the home power value. If you want that to happen, set the card-level `subtract_devices_from_home: true`.
197
+
Devices are power feeds within your home that you want to show in the card. By default, device power is not subtracted from the home power value. If you want that to happen, set the card-level `subtract_devices_from_home: true`. You can override this per device with `subtract_from_home` (omit it to inherit the card-level setting).
198
198
199
199
**Important:** Any entity can be used in the device section to show icon/label, but only entities with `device_class: power` will be subtracted from the home power if `subtract_devices_from_home: true`. In addition, only devices with `device_class: power` will show power flow lines in the devices section.
200
200
@@ -211,6 +211,7 @@ Devices are power feeds within your home that you want to show in the card. By d
211
211
| Icon | `icon` | Optional icon for the device badge. |
212
212
| Color | `color` | Optional color override for that device. |
| Subtract from home | `subtract_from_home` | Overrides card-level `subtract_devices_from_home` for this device. |
214
215
| Force hide under threshold | `force_hide_under_threshold` | If true, hides the device entirely when under threshold. Will hide at 0 W if no threshold set. |
215
216
| Decimals | `decimal_places` | Decimal places for that device (defaults to card-level `decimal_places`). |
216
217
| Unit of Measurement | `unit` / `unit_of_measurement` | Converts `W` to `kW` if set to `kW` |
@@ -229,6 +230,7 @@ Example below of how devices can be setup:
0 commit comments