Added services for bond integration state belief (#19235)

This commit is contained in:
joshs85 2021-09-22 13:48:59 -04:00 committed by GitHub
parent ef3bf5d8ff
commit 4ec3196be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,3 +81,42 @@ stop any increase or decrease in brightness that is in progress.
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings of `entity_id`s.
### Service `bond.set_fan_speed_tracked_state`
Sets the tracked fan speed for a bond fan.
Calling this service will change the tracked speed of the fan but not transmit any signal to make the device change speed.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings of `entity_id`s.
| `speed` | no | Speed as a percentage.
### Service `bond.set_switch_power_tracked_state`
Sets the tracked power state of a bond switch.
Calling this service will change the tracked power state of any bond switch but not transmit any signal to make the device change its state.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings of `entity_id`s.
| `power_state` | no | Boolean power state.
### Service `bond.set_light_power_tracked_state`
Sets the tracked power state of a bond light.
Calling this service will change the tracked power state of any bond light but not transmit any signal to make the device change its state.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings of `entity_id`s.
| `power_state` | no | Boolean power state.
### Service `bond.set_light_brightness_tracked_state`
Sets the tracked brightness state of a bond light
Calling this service will change the tracked brightness state of any bond light but not transmit any signal to make the device change its state.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings of `entity_id`s.
| `brightness` | no | brightness as an integer between 0 and 255