mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 14:17:06 +00:00

* Remove CONF_NAME in config entry * Revert config entry version from 4 back to 3 * Add data_description for address in strings.json * Use config entry title as coordinator name * Use constant as mock config entry title
7 lines
126 B
Python
7 lines
126 B
Python
"""Constants for the Minecraft Server integration."""
|
|
|
|
DOMAIN = "minecraft_server"
|
|
|
|
KEY_LATENCY = "latency"
|
|
KEY_MOTD = "motd"
|