core/homeassistant/components/minecraft_server/const.py

7 lines
126 B
Python

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