From 1400d55e2768c762aa3c9a71dd7083c89ea4197f Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 5 Feb 2025 07:43:18 +0100 Subject: [PATCH] Add note about enable-query and enable-status (#37300) * Add note about enable-query and enable-status * Change wording for enable-status and query * add prereq title * Update source/_integrations/minecraft_server.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/minecraft_server.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_integrations/minecraft_server.markdown b/source/_integrations/minecraft_server.markdown index b8ef784a926..eab24d9de11 100644 --- a/source/_integrations/minecraft_server.markdown +++ b/source/_integrations/minecraft_server.markdown @@ -19,9 +19,10 @@ ha_integration_type: integration [Minecraft](https://www.minecraft.net/en-us) is a sandbox video game developed by Mojang Studios. Minecraft servers allow players to play the game online or via a local area network with other players. The **Minecraft Server** integration lets you retrieve information from a Minecraft server within Home Assistant. Both **Java Edition** and **Bedrock Edition** servers are supported. -{% important %} -Minecraft Java Edition servers must be version 1.7 or newer, since older versions don't expose any information. -{% endimportant %} +## Prerequisites + +- Minecraft Java Edition servers must be version 1.7 or newer, since older versions don't expose any information. +- The `enable-status` and `enable-query` must be set to `true` in the Minecraft `server.properties`. {% include integrations/config_flow.md %}