Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed Nov 17, 2024
1 parent 6957b0f commit a862e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ These attributes are only needed if `show_solar` is set to `true`.
| aux_load1_icon: | Optional | | Set the AUX load 1 image using any mdi icon e.g. `mdi:ev-station`. You can also provide a sensor that returns the mdi icon.
| aux_load2_icon: | Optional | | Set the AUX load 2 image using any mdi icon e.g. `mdi:ev-station`. You can also provide a sensor that returns the mdi icon.
| essential_name: | Optional | `Essential` | Set the display name for the essential load.
| additional_loads: | Optional | `0` | Display additional loads on the essential side (`0/1/2/3/4/5/6`). Three loads will only be visable when using the lite and compact card. Four loads are only visable on the full card if `show_aux: false`. Up to six loads can be displayed if using the wide screen display mode.
| additional_loads: | Optional | `0` | Display additional loads on the essential side (`0/1/2/3/4/5/6`). Three loads will only be visable when using the lite and compact card. Up to six loads can be displayed if using the wide screen display mode. Four or more loads are only visable on the full card if `show_aux: false`.
| load1_name: | Optional | | Set the display name for the essential load 1.
| load2_name: | Optional | | Set the display name for the essential load 2.
| load3_name: | Optional | | Set the display name for the essential load 3 (Lite/compact card only).
Expand Down Expand Up @@ -163,7 +163,7 @@ These attributes are only needed if `show_solar` is set to `true`.
| show_nonessential: | Optional | `true` | Toggles the display of non-essential. |
| nonessential_icon: | Optional | `default` | Change the non-essential image using presets or any mdi icon e.g. `mdi:ev-station`. Presets are: <br /> <img height="25px" src="https://api.iconify.design/mdi/house-import-outline.svg"> `default` <img height="25px" src="https://api.iconify.design/fluent/oven-32-regular.svg"> `oven`, <img height="25px" src="https://api.iconify.design/material-symbols/water-heater.svg"> `boiler` </br> <br/> <img height="25px" src="https://api.iconify.design/material-symbols/water-pump-outline.svg"> `pump`, <img height="25px" src="https://api.iconify.design/mdi/air-conditioner.svg"> `aircon` </br> |
| nonessential_name: | Optional | `Non Essential` | Set the display name for the non-essential load.
| additional_loads: | Optional | `0` | Toggle the display of additional loads on the non-essential side (`0/1/2/3`) The third load will only be displayed if the inverter timer schedules are not used due to limited space. Set the battery attribute `hide_soc: true` to display.
| additional_loads: | Optional | `0` | Toggle the display of additional loads on the non-essential side (`0/1/2/3`) The third load will only be displayed if the inverter timer schedules are not used or wide screen is selected due to limited space. Set the battery attribute `hide_soc: true` or `wide: true` to display the third additional load.
| load1_name: | Optional | | Set the display name for the non-essential load 1.
| load2_name: | Optional | | Set the display name for the non-essential load 2.
| load3_name: | Optional | | Set the display name for the non-essential load 3.
Expand Down

0 comments on commit a862e24

Please sign in to comment.