Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vizio.media_player Namespace Reference

Classes

class  VizioDevice
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int PARALLEL_UPDATES = 0
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Vizio SmartCast Device support.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.vizio.media_player.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up a Vizio media player entry.

Definition at line 63 of file media_player.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.vizio.media_player._LOGGER = logging.getLogger(__name__)
private

Definition at line 57 of file media_player.py.

◆ PARALLEL_UPDATES

int homeassistant.components.vizio.media_player.PARALLEL_UPDATES = 0

Definition at line 60 of file media_player.py.

◆ SCAN_INTERVAL

homeassistant.components.vizio.media_player.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 59 of file media_player.py.