mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add new Fritz service (#20013)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
c0854da044
commit
a97fd0076a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user