mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Update Plugwise docs for added reboot button (#33426)
This commit is contained in:
parent
597e6ab826
commit
c61f8ad60c
@ -3,6 +3,7 @@ title: Plugwise
|
||||
description: Plugwise Smile platform integration.
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Climate
|
||||
- Number
|
||||
- Select
|
||||
@ -19,6 +20,7 @@ ha_domain: plugwise
|
||||
ha_zeroconf: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- climate
|
||||
- diagnostics
|
||||
- number
|
||||
@ -34,6 +36,7 @@ The platform supports [Anna](https://www.plugwise.com/en_US/products/anna), [Ada
|
||||
Platforms available - depending on your Smile and setup include:
|
||||
|
||||
- `climate` (for the Anna, Jip and Lisa products, or a single Tom)
|
||||
- `button` (for the Adam and the non-legacy Anna and P1 gateways)
|
||||
- `sensor` (for all relevant products including the Smile P1)
|
||||
- `binary_sensor` (for showing the status of e.g. domestic hot water heating or secondary heater)
|
||||
- `switch` (for Plugs connected to Adam, or Circles and Stealths connected to a Stretch)
|
||||
@ -82,6 +85,20 @@ script:
|
||||
entity_id: climate.anna
|
||||
```
|
||||
|
||||
#### Reboot the Plugwise gateway
|
||||
|
||||
Service: `button.press`
|
||||
|
||||
```yaml
|
||||
# Example script change the thermostat schedule
|
||||
script:
|
||||
reboot_gateway:
|
||||
sequence:
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id: button.adam_reboot
|
||||
```
|
||||
|
||||
#### Set HVAC mode
|
||||
|
||||
Service: `climate.set_hvac_mode`
|
||||
|
Loading…
x
Reference in New Issue
Block a user