Fix typo in readme. Fix #55

This commit is contained in:
Thomas Lovén 2020-01-08 14:50:35 +01:00
parent a449ab6ebc
commit 1f366b935d

View File

@ -142,7 +142,7 @@ Some entity attributes actually contain several values. One example is `hs_color
filter: filter:
include: include:
- attributes: - attributes:
hs_color:1: ">30" hs_color:1: ">30"
``` ```
The example above matches lights with a `hs_color` saturation value greater than 30. The example above matches lights with a `hs_color` saturation value greater than 30.