Skip to content

Commit 9293fb5

Browse files
schmittxcdce8p
authored andcommitted
Add automation to HomeKit (home-assistant#5418)
1 parent f6b02b1 commit 9293fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/homekit.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ The following components are currently supported:
231231
| Component | Type Name | Description |
232232
| --------- | --------- | ----------- |
233233
| alarm_control_panel | SecuritySystem | All security systems. |
234+
| automation / input_boolean / remote / script / switch | Switch | All represented as switches. |
234235
| binary_sensor | Sensor | Support for `co2`, `door`, `garage_door`, `gas`, `moisture`, `motion`, `occupancy`, `opening`, `smoke` and `window` device classes. Defaults to the `occupancy` device class for everything else. |
235236
| climate | Thermostat | All climate devices. |
236237
| cover | GarageDoorOpener | All covers that support `open` and `close` and have `garage` as their `device_class`. |
@@ -247,7 +248,6 @@ The following components are currently supported:
247248
| sensor | AirQualitySensor | All sensors that have `pm25` as part of their `entity_id` or `pm25` as their `device_class` |
248249
| sensor | CarbonDioxideSensor | All sensors that have `co2` as part of their `entity_id` or `co2` as their `device_class` |
249250
| sensor | LightSensor | All sensors that have `lm` or `lx` as their `unit_of_measurement` or `illuminance` as their `device_class` |
250-
| switch / remote / input_boolean / script | Switch | All represented as switches. |
251251

252252

253253
## {% linkable_title Error reporting %}

0 commit comments

Comments
 (0)