Skip to content

Commit

Permalink
Added selector and description to getting people's location/location …
Browse files Browse the repository at this point in the history
…status.
  • Loading branch information
dannytsang committed Oct 9, 2023
1 parent 3c133dc commit fe62523
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@ script:
entity_id: input_number.lounge_light_level_3_threshold
mode: single
icon: mdi:laptop
get_peope_by_status:
get_peope_in_group_by_status:
alias: Get people in group by state
description: >-
Returns a list of people in a group with the chosen status.
Expand All @@ -1084,7 +1085,9 @@ script:
description: group of people to check.
required: true
selector:
text:
target:
entity:
- domain: group
status:
description: status to find.
example: home
Expand Down

0 comments on commit fe62523

Please sign in to comment.