mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Deprecate ISY994 custom reload service (#25787)
This commit is contained in:
parent
02cb9618a5
commit
538f5fec39
@ -132,7 +132,6 @@ 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`.
|
||||
|
||||
#### Service `isy994.send_node_command`
|
||||
|
||||
@ -195,10 +194,6 @@ Send a command to control an ISY program or folder. Valid commands are `run`, `r
|
||||
| `name` | yes | The name of the program to control (optional, use either `address` or `name`), e.g., `"My Program"` |
|
||||
| `isy` | yes | (Optional) If you have more than one ISY connected, provide the name of the ISY to query (as shown on the Device Registry or as the top-first node in the ISY Admin Console). If you have the same program name or address on multiple ISYs, omitting this will run the command on them all, e.g., `"ISY"` |
|
||||
|
||||
#### Service `isy994.reload`
|
||||
|
||||
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.
|
||||
|
||||
### 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