Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.soundtouch.SoundTouchData Class Reference

Public Member Functions

None __init__ (self, SoundTouchDevice device)
 

Public Attributes

 device
 
 media_player
 

Detailed Description

SoundTouch data stored in the Home Assistant data object.

Definition at line 50 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.soundtouch.SoundTouchData.__init__ (   self,
SoundTouchDevice  device 
)
Initialize the SoundTouch data object for a device.

Definition at line 53 of file __init__.py.

Member Data Documentation

◆ device

homeassistant.components.soundtouch.SoundTouchData.device

Definition at line 55 of file __init__.py.

◆ media_player

homeassistant.components.soundtouch.SoundTouchData.media_player

Definition at line 56 of file __init__.py.


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