Add Insteon ramp rate select entities to ISY994, deprecate service (#25754)

This commit is contained in:
shbatm 2023-01-14 21:36:58 -06:00 committed by GitHub
parent b60dba6f9f
commit 30d3b6be31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ ha_category:
- Light
- Lock
- Number
- Select
- Sensor
- Switch
ha_release: 0.28
@ -30,6 +31,7 @@ ha_platforms:
- light
- lock
- number
- select
- sensor
- switch
ha_dhcp: true
@ -50,6 +52,7 @@ There is currently support for the following platforms within Home Assistant:
- Fan
- Lock
- Number
- Select
- Sensor
- Switch
@ -181,15 +184,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_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).
| 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 index value to set the Ramp Rate to in a range of `0` (9.5 minutes) to `31` (0.1 Seconds), e.g., `28` |
#### Service `isy994.send_program_command`
Send a command to control an ISY program or folder. Valid commands are `run`, `run_then`, `run_else`, `stop`, `enable`, `disable`, `enable_run_at_startup`, and `disable_run_at_startup`.