Door
The Door integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides automation triggers and conditions for entities that represent doors. Use it to react when a front door opens, check whether a patio door is still open, or build automations around a garage door.
It works with binary_sensor and cover entities that use the door device class. There is no setup or configuration for this integration. It becomes available automatically when another integration provides supported door entities.
Supported entities
The Door integration works with the following entity types when they use the door device class:
-
binary_sensor, like contact sensors on entry, patio, or interior doors -
cover, like garage doors that report whether they are open or closed
Configuration
The Door integration does not require any configuration.
List of triggers
The Door integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following triggers. Each link below opens a dedicated page with examples, fields, and a step-by-step UI walkthrough.
-
Door closed (
door.closed) Triggers after one or more doors close. -
Door opened (
door.opened) Triggers after one or more doors open.
For an overview of every trigger across all integrations, see the triggers reference.
List of conditions
The Door integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following conditions. Each link below opens a dedicated page with examples, fields, and a step-by-step UI walkthrough.
-
Door is closed (
door.is_closed) Tests if one or more doors are closed. -
Door is open (
door.is_open) Tests if one or more doors are open.
For an overview of every condition across all integrations, see the conditions reference.
List of actions
This integration does not provide any documented actions yet. See the actions reference for actions from other integrations.
Known limitations
Only entities that use the door device class appear in these triggers and conditions. If your device is exposed with a different entity type or device class, it will not be available here.