mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 13:25:35 +00:00
* Use config entry ID as unique ID * Add entry migration to v2 and and remove helper module * Remove unneeded strings * Add asserts for config, device and entity entries and improve comments * Add debug log for config entry migration * Reset config entry unique ID and use config entry ID instead * Remove unnecessary unique ID debug log * Revert usage of constants for tranlation keys and use dash as delimiter for entity unique id suffix * Revert "Revert usage of constants for tranlation keys and use dash as delimiter for entity unique id suffix" This reverts commit 07de334606054097e914404da04950e952bef6d2. * Remove unused logger in entity module
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Link your Minecraft Server",
|
|
"description": "Set up your Minecraft Server instance to allow monitoring.",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_port": "Port must be in range from 1024 to 65535. Please correct it and try again.",
|
|
"cannot_connect": "Failed to connect to server. Please check the host and port and try again. Also ensure that you are running at least Minecraft version 1.7 on your server."
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"status": {
|
|
"name": "Status"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"version": {
|
|
"name": "Version"
|
|
},
|
|
"protocol_version": {
|
|
"name": "Protocol version"
|
|
},
|
|
"latency": {
|
|
"name": "Latency"
|
|
},
|
|
"players_online": {
|
|
"name": "Players online"
|
|
},
|
|
"players_max": {
|
|
"name": "Players max"
|
|
},
|
|
"motd": {
|
|
"name": "World message"
|
|
}
|
|
}
|
|
}
|
|
}
|