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

Classes

class  PanasonicVieraTVEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Media player support for Panasonic Viera TV.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.panasonic_viera.media_player.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Panasonic Viera TV from a config entry.

Definition at line 40 of file media_player.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 37 of file media_player.py.