From 2ebf0d43bbaf76c84e5ef35c9912a48ad8a387f2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 25 Aug 2021 15:07:39 -0500 Subject: [PATCH] Update bond to add light brightness services (#19041) --- source/_integrations/bond.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/source/_integrations/bond.markdown b/source/_integrations/bond.markdown index beb89da5651..150259f680b 100644 --- a/source/_integrations/bond.markdown +++ b/source/_integrations/bond.markdown @@ -55,3 +55,29 @@ upgrade your firmware from Bond app before adding this integration. Firmware version 2.10.8 or newer is required for push updates. The integration will fallback to polling for 2.10.x versions lower than .8 + +### Service `bond.start_increasing_brightness` + +Start increasing the light brightness. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings of `entity_id`s. + +### Service `bond.start_decreasing_brightness` + +Start decreasing the light brightness. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings of `entity_id`s. + +### Service `bond.stop` + +Stop any in-progress action and empty the queue. Calling this service will +stop any increase or decrease in brightness that is in progress. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings of `entity_id`s. +