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 - Cover
- Hub - Hub
- Sensor - Sensor
- Switch
ha_release: 2021.6 ha_release: 2021.6
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true ha_config_flow: true
@ -16,6 +17,7 @@ ha_platforms:
- binary_sensor - binary_sensor
- cover - cover
- sensor - sensor
- switch
ha_zeroconf: true ha_zeroconf: true
--- ---
@ -26,6 +28,7 @@ There is currently support for the following device types within Home Assistant:
- [Binary Sensor](#binary-sensor) - [Binary Sensor](#binary-sensor)
- [Cover](#cover) - [Cover](#cover)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch)
{% include integrations/config_flow.md %} {% 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
- Smart Plug Compact - 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 ## 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. 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.