From 4ec3196be365b9e883cf77bfcdb3cba39f48484f Mon Sep 17 00:00:00 2001 From: joshs85 Date: Wed, 22 Sep 2021 13:48:59 -0400 Subject: [PATCH] Added services for bond integration state belief (#19235) --- source/_integrations/bond.markdown | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/source/_integrations/bond.markdown b/source/_integrations/bond.markdown index 150259f680b..48b7f6813fb 100644 --- a/source/_integrations/bond.markdown +++ b/source/_integrations/bond.markdown @@ -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