mirror of https://github.com/home-assistant/core
57 lines
1.3 KiB
JSON
57 lines
1.3 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%]",
|
|
"address": "Server address"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to server. Please check the address and try again. If a port was provided, it must be within a valid range. If you are running a Minecraft Java Edition server, ensure that it is at least version 1.7."
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"game_mode": {
|
|
"name": "Game mode"
|
|
},
|
|
"map_name": {
|
|
"name": "Map name"
|
|
},
|
|
"edition": {
|
|
"name": "Edition"
|
|
}
|
|
}
|
|
}
|
|
}
|