File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ Bug fixes since 1.0.0 in master include:
33
33
inside HASS, reported by @github392 (#87).
34
34
- the deprecated function ``state.get_attr `` was missing an ``await ``, which caused an exception; in 1.0.0 use
35
35
``state.getattr ``, reported and fixed by @dlashua (#88).
36
+ - the ``packaging `` module is installed if not found, since certain HASS configurations might not include it;
37
+ fixed by @raman325 (#90, #91).
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ Optional arguments are:
297
297
without the trigger expression having to be ``False `` between triggers. A value of ``0 `` requires
298
298
the expression become ``False `` between triggers, but with no minimum time in that state.
299
299
If the expression evaluates to ``True `` during the ``state_hold_false `` period, that trigger is
300
- ignored, and when the expression next is ``False `` the `state_hold_false`` period starts over.
300
+ ignored, and when the expression next is ``False `` the `` state_hold_false `` period starts over.
301
301
302
302
For example, by default the expression ``"int(sensor.temp_outside) >= 50" `` will trigger every
303
303
time ``sensor.temp_outside `` changes to a value that is 50 or more. If instead
You can’t perform that action at this time.
0 commit comments