mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add cover platform to Bosch SHC integration (#18102)
This commit is contained in:
parent
6c56b515cc
commit
e09f4910aa
@ -3,6 +3,9 @@ title: Bosch SHC
|
||||
description: Integrate Bosch SHC.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Cover
|
||||
- Hub
|
||||
- Sensor
|
||||
ha_release: 2021.6
|
||||
ha_iot_class: Local Push
|
||||
ha_config_flow: true
|
||||
@ -11,37 +14,41 @@ ha_codeowners:
|
||||
ha_domain: bosch_shc
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- cover
|
||||
- sensor
|
||||
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:
|
||||
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Cover](#cover)
|
||||
- [Sensor](#sensor)
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
### 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
|
||||
- Battery powered devices
|
||||
|
||||
### Cover
|
||||
|
||||
The cover platform allows you to control your covers. Cover devices are added for each Shutter Control device.
|
||||
|
||||
### 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
|
||||
- Wall Thermostat
|
||||
- Twinguard
|
||||
- Smart Plug
|
||||
- Smart Plug Compact
|
||||
- Smoke Detector
|
||||
- Shutter Contact
|
||||
- Universal Switch
|
||||
|
||||
## Client registration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user