mirror of https://github.com/home-assistant/core
11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"domain": "minecraft_server",
|
|
"name": "Minecraft Server",
|
|
"codeowners": ["@elmurato"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["dnspython", "mcstatus"],
|
|
"requirements": ["mcstatus==11.1.1"]
|
|
}
|