diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index abac28c09cf..5f8ebc8c60b 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -26,11 +26,12 @@ Reads the configuration files and checks them for correctness, but **does not** Reloads an integration config entry. -| Service data attribute | Description | -|---------------------------|-------------------------------------------------------| -| `entity_id` | List of entity ids used to reference a config entry. | -| `area_id` | List of area ids used to reference a config entry. | -| `device_id` | List of device ids used to reference a config entry. | +| Service data attribute | Description | +|---------------------------|-------------------------------------------------------------| +| `entity_id` | List of entity ids used to reference a config entry. | +| `area_id` | List of area ids used to reference a config entry. | +| `device_id` | List of device ids used to reference a config entry. | +| `entry_id` | A single config entry id used to reference a config entry. | ### Service `homeassistant.reload_core_config`