mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01: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"
|