mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Add bond button platform, deprecate services that have been converted to buttons (#21300)
This commit is contained in:
parent
b599a8be76
commit
b6b7cc005f
@ -2,6 +2,7 @@
|
|||||||
title: Bond
|
title: Bond
|
||||||
description: Instructions on setting up Bond Bridge within Home Assistant.
|
description: Instructions on setting up Bond Bridge within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Button
|
||||||
- Hub
|
- Hub
|
||||||
- Cover
|
- Cover
|
||||||
- Fan
|
- Fan
|
||||||
@ -18,6 +19,7 @@ ha_config_flow: true
|
|||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- button
|
||||||
- cover
|
- cover
|
||||||
- fan
|
- fan
|
||||||
- light
|
- light
|
||||||
@ -58,31 +60,6 @@ upgrade your firmware from Bond app before adding this integration.
|
|||||||
Firmware version 2.10.8 or newer is required for push updates. The 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
|
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.
|
|
||||||
|
|
||||||
### Service `bond.set_fan_speed_tracked_state`
|
### Service `bond.set_fan_speed_tracked_state`
|
||||||
|
|
||||||
Sets the tracked fan speed for a bond fan.
|
Sets the tracked fan speed for a bond fan.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user