From 02702a826bb5ffa3bf237aad4134c3acf81a7ee7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 5 Dec 2021 05:20:42 -1000 Subject: [PATCH] Add missing option `entry_id` to `homeassistant.reload_config_entry` (#20574) --- source/_integrations/homeassistant.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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`