mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Introduce only_supervisor for @websocket_api.ws_require_user() (#61298)
This commit is contained in:
@@ -756,3 +756,6 @@ ENTITY_CATEGORIES: Final[list[str]] = [
|
||||
CAST_APP_ID_HOMEASSISTANT_MEDIA: Final = "B45F4572"
|
||||
# The ID of the Home Assistant Lovelace Cast App
|
||||
CAST_APP_ID_HOMEASSISTANT_LOVELACE: Final = "A078F6B0"
|
||||
|
||||
# User used by Supervisor
|
||||
HASSIO_USER_NAME = "Supervisor"
|
||||
|
||||
Reference in New Issue
Block a user