mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Switcher docs for button platform (#24749)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
c4cfbdb930
commit
64b8e08f19
@ -39,17 +39,30 @@ If you completed the integration setup but are still unable to control the devic
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Buttons
|
||||||
|
|
||||||
|
For Switcher Breeze the integration provides the following buttons:
|
||||||
|
|
||||||
|
- For devices that are also controlled in other ways or often go out of sync with Switcher Breeze, there are `Assume on` & `Assume off` buttons which you can use to can tell Switcher Breeze if your device is currently running or not without sending a new command to the device.
|
||||||
|
|
||||||
|
- For devices which do not support swing status for the vertical swing, the integration provides separate `Vertical swing on` & `Vertical swing off` buttons.
|
||||||
|
|
||||||
## Sensors
|
## Sensors
|
||||||
|
|
||||||
|
For Switcher power control devices (Switcher Power Plug, Switcher Touch, Switcher V2/V4) the integration provides the following sensors:
|
||||||
| Sensor Name | Description | Example |
|
| Sensor Name | Description | Example |
|
||||||
| ------------------- | ------------------------------------------------------ | ----------------- |
|
| ------------------- | ------------------------------------------------------ | ----------------- |
|
||||||
| `Auto Shutdown` | The auto shutdown time limit configured on the device | 01:30:00 |
|
| `Auto Shutdown`* | The auto shutdown time limit configured on the device | 01:30:00 |
|
||||||
| `Remaining Time` | Time remaining to shutdown (auto or timer) | 01:29:41 |
|
| `Remaining Time`* | Time remaining to shutdown (auto or timer) | 01:29:41 |
|
||||||
| `Electric Current` | The electric current in amps | 12.5 A |
|
| `Electric Current` | The electric current in amps | 12.5 A |
|
||||||
| `Power Consumption` | The power consumption in watts | 2756 W |
|
| `Power Consumption` | The power consumption in watts | 2756 W |
|
||||||
|
|
||||||
|
*Currently not supported for Switcher Power Plug
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
|
For Switcher power control devices (Switcher Touch, Switcher V2/V4) the integration provides the following sensors:
|
||||||
|
|
||||||
### Service: `switcher_kis.set_auto_off`
|
### Service: `switcher_kis.set_auto_off`
|
||||||
|
|
||||||
You can use the `switcher_kis.set_auto_off` service to set the auto-off configuration setting for the device.
|
You can use the `switcher_kis.set_auto_off` service to set the auto-off configuration setting for the device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user