From 1f366b935df86373084a989b61a27fb6c54507dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 8 Jan 2020 14:50:35 +0100 Subject: [PATCH] Fix typo in readme. Fix #55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaffe6..d75544f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Some entity attributes actually contain several values. One example is `hs_color filter: include: - attributes: - hs_color:1: ">30" + hs_color:1: ">30" ``` The example above matches lights with a `hs_color` saturation value greater than 30.