1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-11 01:19:18 +00:00

9 lines
161 B
Python

"""Constants for the Minecraft Server integration."""
DEFAULT_NAME = "Minecraft Server"
DOMAIN = "minecraft_server"
KEY_LATENCY = "latency"
KEY_MOTD = "motd"