Skip to content

Commit

Permalink
2023.9.1-90: Graph with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Oct 12, 2023
1 parent adc4d32 commit 1b14639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,8 @@ Numerous features are accessible with services from home assistant and lambdas t
|`icon_screen_progress`|"icon_name", "text", "progress", "lifetime", "screen_time", "default_font", "r", "g", "b"|show the specified icon with text and with progress bar on bottom|
|`icon_clock`|"icon_name", "lifetime", "screen_time", "default_font", "r", "g", "b"|show the specified icon with time, there is support for [displaying text on top of the icon](#icon_text)|
|`icon_date`|"icon_name", "lifetime", "screen_time", "default_font", "r", "g", "b"|show the specified icon with date, there is support for [displaying text on top of the icon](#icon_text)|
|`graph_screen`|lifetime", "screen_time"|show graph as defined in the YAML file|
|`graph_screen`|"lifetime", "screen_time"|show graph as defined in the YAML file|
|`icon_graph_screen`|"icon_name", "lifetime", "screen_time"|show the specified icon with graph as defined in the YAML file|
|`set_infotext_color`|"left_r", "left_g", "left_b", "right_r", "right_g", "right_b","default_font","y_offset"|set the special color for left and right char on info text|

#### Parameter description
Expand Down

0 comments on commit 1b14639

Please sign in to comment.