mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add switch platform to Bosch SHC integration. (#20763)
This commit is contained in:
parent
015cf0b26c
commit
4b5d924f06
@ -6,6 +6,7 @@ ha_category:
|
||||
- Cover
|
||||
- Hub
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: 2021.6
|
||||
ha_iot_class: Local Push
|
||||
ha_config_flow: true
|
||||
@ -16,6 +17,7 @@ ha_platforms:
|
||||
- binary_sensor
|
||||
- cover
|
||||
- sensor
|
||||
- switch
|
||||
ha_zeroconf: true
|
||||
---
|
||||
|
||||
@ -26,6 +28,7 @@ There is currently support for the following device types within Home Assistant:
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Cover](#cover)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
@ -50,6 +53,14 @@ The sensor platform allows you to monitor the states of your temperature, humidi
|
||||
- Smart Plug
|
||||
- Smart Plug Compact
|
||||
|
||||
### Switch
|
||||
|
||||
The switch platform allows you to control your outlets and light switches. Switches are added for each of the following devices:
|
||||
|
||||
- Light Switch
|
||||
- Smart Plug
|
||||
- Smart Plug Compact
|
||||
|
||||
## Client registration
|
||||
|
||||
To start the client registration, press and hold the button on the controller until the LED starts flashing. During configuration, a client SSL cert/key pair is generated and registered on the controller. For this step, the system password of your controller is needed, which was created upon initial setup of the controller.
|
||||
|
Loading…
x
Reference in New Issue
Block a user