mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
9 lines
161 B
Python
9 lines
161 B
Python
"""Constants for the Minecraft Server integration."""
|
|
|
|
DEFAULT_NAME = "Minecraft Server"
|
|
|
|
DOMAIN = "minecraft_server"
|
|
|
|
KEY_LATENCY = "latency"
|
|
KEY_MOTD = "motd"
|