Add switch platform to Bosch SHC integration. (#20763)

This commit is contained in:
Thomas Schamm 2022-03-12 12:40:10 +01:00 committed by GitHub
parent 015cf0b26c
commit 4b5d924f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.