elmurato 60479369b6
Remove name in Minecraft Server config entry (#139113)
* 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
2025-02-24 19:02:18 +02:00

7 lines
126 B
Python

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