From 414b0093a83dd015d8f428a456c2e16635efd7cf Mon Sep 17 00:00:00 2001 From: knowthelist Date: Fri, 27 Feb 2015 18:42:14 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ad3b91a..ca0ab6d4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Just another dashboard for FHEM http://fhem.de/fhem.html Requires ------- * jQuery v1.7+ -* font-awesome +* font-awesome http://fortawesome.github.io/Font-Awesome * jquery.gridster http://gridster.net * jquery.toast @@ -53,7 +53,9 @@ Change the widgets you have and want to see on the dashboard - **class** : css classes for look and formatting of the widget - **data-cmd** : command to send to FHEM (set ) - **data-icon** : name of the font-awesome icon for the switch -- **data-part** : position of the value to show +- **data-part** : position of the value to show + +Select one of over 500 icons from http://fortawesome.github.io/Font-Awesome/icons. Just enter the icon name (with suffix "fa-"), all icons are available. e.g. data-icon="fa-volume-up" Widgets -------