From 70be9fdbd4cf7a2f7e5322338287acc8c091fa44 Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Fri, 19 Oct 2018 22:23:11 +0200 Subject: [PATCH] Add water_heater support HomeKit (#6958) --- source/_components/homekit.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 77ec79577f6..8575af088b6 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -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 %}