mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add missing option entry_id
to homeassistant.reload_config_entry
(#20574)
This commit is contained in:
parent
d69bd8c24d
commit
02702a826b
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user