Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add follow_on and follow_off
  • Loading branch information
aneisch authored Dec 6, 2021
1 parent 7685936 commit bfe0dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ key | optional | type | default | description
`leader` | False | string OR comma separated | | The entity_id(s) you want to lead.
`follower` | False | string OR comma separated | | The entity_id(s) you want to follow leader state.
`invert` | True | boolean | False | Invert behavior of leader (if a leader turns off, followers turn on).
`follow_on` | True | boolean | True | Follow `on` state of leader(s). Used for unidirectional follow.
`follow_off` | True | boolean | True | Follow `off` state of leader(s). Used for unidirectional follow.


## Issues/Feature Requests

Expand Down

0 comments on commit bfe0dfe

Please sign in to comment.