Skip to content

Commit a510aa8

Browse files
committed
added change for #91
1 parent 24abbe8 commit a510aa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/new_features.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Bug fixes since 1.0.0 in master include:
3333
inside HASS, reported by @github392 (#87).
3434
- the deprecated function ``state.get_attr`` was missing an ``await``, which caused an exception; in 1.0.0 use
3535
``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).

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Optional arguments are:
297297
without the trigger expression having to be ``False`` between triggers. A value of ``0`` requires
298298
the expression become ``False`` between triggers, but with no minimum time in that state.
299299
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.
301301

302302
For example, by default the expression ``"int(sensor.temp_outside) >= 50"`` will trigger every
303303
time ``sensor.temp_outside`` changes to a value that is 50 or more. If instead

0 commit comments

Comments
 (0)