From 1b1463967e170e18a1161225435736bef5e33554 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Thu, 12 Oct 2023 09:59:51 +0300 Subject: [PATCH] 2023.9.1-90: Graph with icon --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3c825a..8d7292a8 100644 --- a/README.md +++ b/README.md @@ -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