Add water_heater support HomeKit (#6958)

This commit is contained in:
cdce8p 2018-10-19 22:23:11 +02:00 committed by GitHub
parent ee0d681d94
commit 70be9fdbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,7 @@ The following components are currently supported:
| sensor | CarbonDioxideSensor | All sensors that have `co2` as part of their `entity_id` or `co2` as their `device_class` |
| sensor | LightSensor | All sensors that have `lm` or `lx` as their `unit_of_measurement` or `illuminance` as their `device_class` |
| switch | Switch | Represented as a switch by default but can be changed by using `type` within `entity_config`. |
| water_heater | WaterHeater | All water_heater devices. |
## {% linkable_title Error reporting %}