Added binary_sensor to supported types (#5143)

This commit is contained in:
cdce8p 2018-04-09 16:11:20 +02:00 committed by Alok Saboo
parent 0c7780681b
commit 0720329793

View File

@ -194,6 +194,7 @@ The following components are currently supported:
| Component | Type Name | Description |
| --------- | --------- | ----------- |
| alarm_control_panel | SecuritySystem | All security systems. |
| binary_sensor | Sensor | Support for `CO2`, `Gas`, `Moisture`, `Motion`, `Occupancy`, `Opening` and `Smoke` device classes. Defaults to the `Occupancy` device class for everything else. |
| climate | Thermostat | All climate devices. |
| cover | WindowCovering | All covers that support `set_cover_position`. |
| light | Light | Support for `on / off`, `brightness` and `rgb_color`. |