Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.yamaha_musiccast.coordinator Namespace Reference

Classes

class  MusicCastDataUpdateCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=60)
 

Detailed Description

The MusicCast integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.yamaha_musiccast.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file coordinator.py.

◆ SCAN_INTERVAL

homeassistant.components.yamaha_musiccast.coordinator.SCAN_INTERVAL = timedelta(seconds=60)

Definition at line 22 of file coordinator.py.