mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Added services for bond integration state belief (#19235)
This commit is contained in:
parent
ef3bf5d8ff
commit
4ec3196be3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user