mirror of
https://github.com/home-assistant/core.git
synced 2025-05-08 16:09:22 +00:00
10 lines
182 B
Python
10 lines
182 B
Python
"""Constants for the Minecraft Server integration."""
|
|
|
|
DEFAULT_NAME = "Minecraft Server"
|
|
DEFAULT_PORT = 25565
|
|
|
|
DOMAIN = "minecraft_server"
|
|
|
|
KEY_LATENCY = "latency"
|
|
KEY_MOTD = "motd"
|