Add deconz.remove_orphaned_entries service description (#14665)

This commit is contained in:
Robert Svensson 2020-09-30 22:05:09 +02:00 committed by GitHub
parent d6243b64e6
commit dfbf3505c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ If you are having issues and want to report a problem, always start with making
## Device services
Available services: `configure` and `deconz.device_refresh`.
Available services: `configure`, `deconz.device_refresh` and `deconz.remove_orphaned_entries`.
### Service `deconz.configure`
@ -103,6 +103,12 @@ Refresh with devices added to deCONZ after Home Assistants latest restart.
Note: deCONZ automatically signals Home Assistant when new sensors are added, but other devices must at this point in time (deCONZ v2.05.35) be added manually using this service or a restart of Home Assistant.
#### Service `deconz.remove_orphaned_entries`
Remove entries from entity and device registry which are no longer provided by deCONZ.
Note: it is recommended to use this service after a restart of Home Assistant Core in order to have deCONZ integration properly mirrored to deCONZ.
## Remote control devices
Remote controls (ZHASwitch category) will not be exposed as regular entities, but as events named `deconz_event` with a payload of `id` and `event`. Id will be the device name from deCONZ and Event will be the momentary state of the switch.