From 719c54234b936073d2102ca3195895694ed094ff Mon Sep 17 00:00:00 2001 From: shbatm Date: Fri, 13 Jan 2023 20:01:55 -0600 Subject: [PATCH] Remove deprecated "on_level" service from ISY994 (#25731) --- source/_integrations/isy994.markdown | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source/_integrations/isy994.markdown b/source/_integrations/isy994.markdown index d09479cd1d0..7d8d0880426 100644 --- a/source/_integrations/isy994.markdown +++ b/source/_integrations/isy994.markdown @@ -127,7 +127,7 @@ Insteon Secondary Keypad buttons and Remote buttons are added to Home Assistant Once loaded, the following services will be exposed with the `isy994.` prefix, to allow advanced control over the ISY and its connected devices: - - Entity services for Home Assistant-connected entities: `send_node_command`, `send_raw_node_command`, `set_on_level`, and `set_ramp_rate`. + - 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`. @@ -181,15 +181,6 @@ Rename a node or group (scene) on the ISY994. Note: this will not automatically | `entity_id` | no | Name of target entity for the command, e.g., `light.front_porch`. | | `name` | no | The new name to use within the ISY. | -#### Service `isy994.set_on_level` - -Send an ISY set_on_level command to a `light` Node to set the devices' local On Level. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | Name(s) of target entities for the command, e.g., `light.front_porch`. | -| `value` | no | The integer value to set the On Level to in a range of 0-255, e.g., `255` | - #### Service `isy994.set_ramp_rate` Send an ISY set_ramp_rate command to a `light` Node to set the devices' ramp rate. Refer to the PyISY documentation for the [available values](https://github.com/automicus/PyISY/blob/d053369f7531370a907136bf25a177632adccd1e/pyisy/constants.py#L630).