From e55e2f7497dbdfc67c2b5958e7d79457bd077f18 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Sun, 19 Nov 2023 09:05:09 +0100 Subject: [PATCH] Iconify icons not supported by the iOS app See @openhab/openhab-ios#724 Signed-off-by: Laurent Garnier --- configuration/items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/items.md b/configuration/items.md index fef37ff629..cb935a4307 100644 --- a/configuration/items.md +++ b/configuration/items.md @@ -359,7 +359,7 @@ Here is the list of available icon sources and how they are supported by the maj | `oh` | Icons provided via the openHAB server | Supported | Supported | Supported | Supported | | `material` | [Material icons](https://fonts.google.com/icons?icon.set=Material+Icons) | Supported | Supported | Not yet supported | Not yet supported | | `f7` | [Framework7 icons](https://framework7.io/icons/) | Supported | Supported | Not yet supported | Not yet supported | -| `if` or `iconify` | [iconify icons](https://icon-sets.iconify.design/) | Supported | Supported but needs to be enabled | Not yet supported | Not yet supported | +| `if` or `iconify` | [iconify icons](https://icon-sets.iconify.design/) | Supported | Supported but needs to be enabled | Not yet supported | Supported | Please note that the iconify option requires Internet connectivity on the client to access the external API. The WEB browser will cache the retrieved icons to limit the requests and speed up the rendering.