From f854dae0427d7d09db764f535c14fd8d0454c086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Fri, 1 Mar 2019 23:06:43 +0100 Subject: [PATCH] Add hide_when_off to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0429601..caff0ed 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,14 @@ This works for: `hide_state` - (default: false) Set to true to hide the percentage display. `min` - (default: 0) Minimum value of slider + `max` - (default: 100) Maximum value of slider + `step` - (default: 5) Step size of slider Note that slider values are in percent and will be rescaled e.g. for lights which require a brightness setting between 0 and 255. +`hide_when_off` - Hide the slider when entity is off. + --- -Thanks to Gabe Cook (@gabe565) for help with fan and input_select support. +Thanks to Gabe Cook (@gabe565) for help with fan and input_select support.