mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add deconz.remove_orphaned_entries service description (#14665)
This commit is contained in:
parent
d6243b64e6
commit
dfbf3505c4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user