Change WHITELIST to ALLOWLIST for websockets (#44766)
This commit is contained in:
parent
0cff069c98
commit
5b67030c26
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ from homeassistant.helpers.entity_registry import EVENT_ENTITY_REGISTRY_UPDATED
|
|||
|
||||
# These are events that do not contain any sensitive data
|
||||
# Except for state_changed, which is handled accordingly.
|
||||
SUBSCRIBE_WHITELIST = {
|
||||
SUBSCRIBE_ALLOWLIST = {
|
||||
EVENT_AREA_REGISTRY_UPDATED,
|
||||
EVENT_COMPONENT_LOADED,
|
||||
EVENT_CORE_CONFIG_UPDATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue