mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-13 21:10:54 +00:00
The website at Mojang AB now redirects to minecraft.net, causing a redirect loop. Since that website is already referenced from the documentation, I have removed it.
44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
---
|
|
title: Minecraft Server
|
|
description: Instructions on how to integrate a Minecraft server into Home Assistant.
|
|
ha_release: 0.106
|
|
ha_category:
|
|
- Binary Sensor
|
|
- Sensor
|
|
ha_iot_class: Local Polling
|
|
ha_quality_scale: silver
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@elmurato'
|
|
ha_domain: minecraft_server
|
|
ha_platforms:
|
|
- binary_sensor
|
|
- sensor
|
|
ha_integration_type: integration
|
|
---
|
|
|
|
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net/en-us) by Mojang AB online or via a local area network with other players. The `Minecraft Server` integration lets you retrieve information from a Minecraft server (Java edition) within Home Assistant.
|
|
|
|
<div class='note'>
|
|
The server must be version 1.7 or higher, since older versions don't expose any information.
|
|
</div>
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
## Binary sensors
|
|
|
|
This integration provides a binary sensor for the following information from a Minecraft server:
|
|
|
|
- Connection status
|
|
|
|
## Sensors
|
|
|
|
This integration provides sensors for the following information from a Minecraft server:
|
|
|
|
- Latency time
|
|
- Version
|
|
- Protocol version
|
|
- Number of online players (player names are available in state attributes)
|
|
- Number of maximum players
|
|
- World Message / Message of the Day (MOTD)
|