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

Public Member Functions

list[BrowseMedia] async_get_media_browser_root_object (self, HomeAssistant hass, str cast_type)
 

Detailed Description

Define the format of cast platforms.

Definition at line 34 of file __init__.py.

Member Function Documentation

◆ async_get_media_browser_root_object()

list[BrowseMedia] homeassistant.components.cast.CastProtocol.async_get_media_browser_root_object (   self,
HomeAssistant  hass,
str   cast_type 
)
Create a list of root objects for media browsing.

Definition at line 37 of file __init__.py.


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