mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Deprecate ISY994 custom cleanup entities service (#25761)
This commit is contained in:
parent
30d3b6be31
commit
5f0a5aa274
@ -132,7 +132,7 @@ Once loaded, the following services will be exposed with the `isy994.` prefix, t
|
||||
|
||||
- Entity services for Home Assistant-connected entities: `send_node_command`, `send_raw_node_command`, and `set_ramp_rate`.
|
||||
- Generic ISY services: `send_program_command`
|
||||
- Management services for the ISY Home Assistant integration: `reload` and `cleanup_entities`.
|
||||
- Management services for the ISY Home Assistant integration: `reload`.
|
||||
|
||||
#### Service `isy994.send_node_command`
|
||||
|
||||
@ -199,11 +199,6 @@ Send a command to control an ISY program or folder. Valid commands are `run`, `r
|
||||
|
||||
Reload the ISY connection(s) without restarting Home Assistant. Use this service to pick up new devices that have been added or changed on the ISY since the last restart of Home Assistant.
|
||||
|
||||
#### Service `isy994.cleanup_entities`
|
||||
|
||||
Cleanup old entities no longer used by the ISY integration. Useful if you've removed devices from the ISY or changed the filter string options in the configuration to exclude additional items and they were not properly removed
|
||||
by Home Assistant.
|
||||
|
||||
### Creating Custom Devices using ISY Programs
|
||||
|
||||
Using the Programs tab in the controller's Administrative Console, custom devices can be created that will appear natively inside of Home Assistant. Home Assistant will scan the following folders and build the device to the associated domains:
|
||||
|
Loading…
x
Reference in New Issue
Block a user