Skip to content

Commit

Permalink
constrain_person not working #1437
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 4, 2023
1 parent fb6a150 commit c81d56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appdaemon/plugins/hass/hassapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, ad: AppDaemon, name, logging, args, config, app_config, globa
# Register specific constraints
#
self.register_constraint("constrain_presence")
self.register_constraint("constrain_person")
self.register_constraint("constrain_input_boolean")
self.register_constraint("constrain_input_select")

Expand Down
1 change: 1 addition & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Change Log

- Trailing slash on hass url breaks connectivity #999
- parse_time("sunset") and impact of "aware" #1645
- constrain_person not working #1437

**Breaking Changes**

Expand Down

0 comments on commit c81d56d

Please sign in to comment.