mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 03:17:06 +00:00
13 lines
391 B
JSON
13 lines
391 B
JSON
{
|
|
"domain": "minecraft_server",
|
|
"name": "Minecraft Server",
|
|
"codeowners": ["@elmurato", "@zachdeibert"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["dnspython", "mcstatus"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["mcstatus==12.1.0"]
|
|
}
|