Add cover platform to Bosch SHC integration (#18102)

This commit is contained in:
Thomas Schamm 2021-11-25 01:26:33 +01:00 committed by GitHub
parent 6c56b515cc
commit e09f4910aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@ title: Bosch SHC
description: Integrate Bosch SHC. description: Integrate Bosch SHC.
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Cover
- Hub
- Sensor
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
@ -11,37 +14,41 @@ ha_codeowners:
ha_domain: bosch_shc ha_domain: bosch_shc
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- cover
- sensor - sensor
ha_zeroconf: true ha_zeroconf: true
--- ---
The Bosch SHC integration allows you to integrate your [Bosch Smart Home Controller](https://www.bosch-smarthome.com) into Home Assistant. The Bosch SHC integration allows you to connect your [Bosch Smart Home Controller](https://www.bosch-smarthome.com) to Home Assistant in order to control and monitor your Bosch Smart Home devices.
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
- [Binary Sensor](#binary-sensor) - [Binary Sensor](#binary-sensor)
- [Cover](#cover)
- [Sensor](#sensor) - [Sensor](#sensor)
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
### Binary Sensor ### Binary Sensor
The binary sensor platform allows you to monitor the states of your shutter contact sensors. Binary sensor devices are added for each of the following devices: The binary sensor platform allows you to monitor the states of your shutter contact and battery sensors. Binary sensor devices are added for each of the following devices:
- Shutter Contact - Shutter Contact
- Battery powered devices
### Cover
The cover platform allows you to control your covers. Cover devices are added for each Shutter Control device.
### Sensor ### Sensor
The sensor platform allows you to monitor the states of your temperature, humidity, purity, air quality, power, energy, valve tappet and battery sensors. Sensor devices are added for each of the following devices: The sensor platform allows you to monitor the states of your temperature, humidity, purity, air quality, power, energy, and valve tappet sensors. Sensor devices are added for each of the following devices:
- Thermostat - Thermostat
- Wall Thermostat - Wall Thermostat
- Twinguard - Twinguard
- Smart Plug - Smart Plug
- Smart Plug Compact - Smart Plug Compact
- Smoke Detector
- Shutter Contact
- Universal Switch
## Client registration ## Client registration