Add missing option entry_id to homeassistant.reload_config_entry (#20574)

This commit is contained in:
J. Nick Koston 2021-12-05 05:20:42 -10:00 committed by GitHub
parent d69bd8c24d
commit 02702a826b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`