Skip to content

Commit

Permalink
Fix typo in readme. Bump build tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Mar 25, 2020
1 parent e5a6b72 commit fa66168
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 85 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-entities.js binary
package-lock.json binary
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ Any filter option dealing with numerical quantities can use comparison operators
filter:
include:
- attributes:
battery: "<= 50" # Attribute battery_level is 50 or less
battery: "<= 50" # Attribute battery_level is 50 or less
- state: "> 25" # State is greater than 25
- attributes:
count: "! 2" # Attribute count is not equal to 2
count: "! 2" # Attribute count is not equal to 2
- state: "= 12" # State is exactly 12 (also matches "12", "12.0" etc.)
- state: 12 # State is exactly 12 but not "12"
```
Expand Down
Loading

0 comments on commit fa66168

Please sign in to comment.