Add new Fritz service (#20013)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Simone Chemelli 2021-10-27 15:24:32 +02:00 committed by GitHub
parent c0854da044
commit a97fd0076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ Currently supported services are Platform specific:
- `fritz.reconnect`
- `fritz.reboot`
- `fritz.cleanup`
### Platform Services
@ -53,8 +54,6 @@ Currently supported services are Platform specific:
Reboot the router.
</div>
| Service data attribute | Optional | Description |
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
| `entity_id` | no | Only act on a specific router |
@ -68,6 +67,15 @@ If you have a dynamic IP address, most likely it will change.
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
| `entity_id` | no | Only act on a specific router |
#### Service `fritz.cleanup`
Remove all stale devices from Home Assistant.
A device is identified as stale when it's still present on Home Assistant but not on the FRITZ!Box.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
| `entity_id` | no | Only act on a specific router |
## Integration Options
It is possible to change some behaviors through the integration options.