Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.image_upload.ImageUploadStorageCollectionWebsocket Class Reference
Inheritance diagram for homeassistant.components.image_upload.ImageUploadStorageCollectionWebsocket:
[legend]
Collaboration diagram for homeassistant.components.image_upload.ImageUploadStorageCollectionWebsocket:
[legend]

Public Member Functions

None ws_create_item (self, HomeAssistant hass, websocket_api.ActiveConnection connection, dict msg)
 

Detailed Description

Class to expose storage collection management over websocket.

Definition at line 155 of file __init__.py.

Member Function Documentation

◆ ws_create_item()

None homeassistant.components.image_upload.ImageUploadStorageCollectionWebsocket.ws_create_item (   self,
HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict   msg 
)
Create an item.

Not supported, images are uploaded via the ImageUploadView.

Definition at line 158 of file __init__.py.


The documentation for this class was generated from the following file: