Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Minecraft Server integration."""
2 
3 DEFAULT_NAME = "Minecraft Server"
4 
5 DOMAIN = "minecraft_server"
6 
7 KEY_LATENCY = "latency"
8 KEY_MOTD = "motd"