mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add automation to HomeKit (#5418)
This commit is contained in:
parent
f6b02b1c0b
commit
9293fb5b38
@ -231,6 +231,7 @@ The following components are currently supported:
|
|||||||
| Component | Type Name | Description |
|
| Component | Type Name | Description |
|
||||||
| --------- | --------- | ----------- |
|
| --------- | --------- | ----------- |
|
||||||
| alarm_control_panel | SecuritySystem | All security systems. |
|
| alarm_control_panel | SecuritySystem | All security systems. |
|
||||||
|
| automation / input_boolean / remote / script / switch | Switch | All represented as switches. |
|
||||||
| 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. |
|
| 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. |
|
||||||
| climate | Thermostat | All climate devices. |
|
| climate | Thermostat | All climate devices. |
|
||||||
| cover | GarageDoorOpener | All covers that support `open` and `close` and have `garage` as their `device_class`. |
|
| 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:
|
|||||||
| sensor | AirQualitySensor | All sensors that have `pm25` as part of their `entity_id` or `pm25` as their `device_class` |
|
| sensor | AirQualitySensor | All sensors that have `pm25` as part of their `entity_id` or `pm25` as their `device_class` |
|
||||||
| sensor | CarbonDioxideSensor | All sensors that have `co2` as part of their `entity_id` or `co2` as their `device_class` |
|
| 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` |
|
| sensor | LightSensor | All sensors that have `lm` or `lx` as their `unit_of_measurement` or `illuminance` as their `device_class` |
|
||||||
| switch / remote / input_boolean / script | Switch | All represented as switches. |
|
|
||||||
|
|
||||||
|
|
||||||
## {% linkable_title Error reporting %}
|
## {% linkable_title Error reporting %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user