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

Classes

class  MinecraftServerCoordinator
 

Variables

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

Detailed Description

The Minecraft Server integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file coordinator.py.

◆ SCAN_INTERVAL

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

Definition at line 18 of file coordinator.py.