Skip to content

Commit

Permalink
Add person services to service index (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 27, 2023
1 parent a2e58ea commit 0076a55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,18 @@ Set the value of a number entity to its minimum value. _#lowout_

`number.min`, [try this service](https://my.home-assistant.io/redirect/developer_call_service/?service=number.min), [documentation](integrations/number#set-value-to-minimum) πŸ“š

## Person: Add a device tracker

Adds a device tracker to a person. _#bigbrother_

`person.add_device_tracker`, [try this service](https://my.home-assistant.io/redirect/developer_call_service/?service=person.add_device_tracker), [documentation](integrations/person#add-a-device-tracker) πŸ“š

## Person: Remove a device tracker

Removes a device tracker from a person. _#privacy_

`person.add_device_tracker`, [try this service](https://my.home-assistant.io/redirect/developer_call_service/?service=person.remove_device_tracker), [documentation](integrations/person#remove-a-device-tracker) πŸ“š

## Random fail

This service call will randomly fail (and thus randomly stop your automation or script). Especially combined with `continue_on_error: true` this can be a great way to add useless service calls to your automation or script. _#random_
Expand Down

0 comments on commit 0076a55

Please sign in to comment.