mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix builds on next branch
This commit is contained in:
parent
57ffe8e6c5
commit
532e8bbc9b
@ -68,7 +68,7 @@ For example, you have a temperature sensor `sensor.temperature` that outputs a v
|
||||
That means that two consecutive output values might be the same (so the derivative is `Δy/Δx=0` because `Δy=0` !)
|
||||
However, the temperature might actually be changing over time.
|
||||
In order to capture this, you should use a `time_window`, such that immediate jumps don't result in high derivatives and that after the next sensor update, the derivatives doesn't vanish to zero.
|
||||
An example config that uses `time_window` is
|
||||
An example configuration that uses `time_window` is
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
|
@ -36,7 +36,7 @@ The data is updated every 5 minutes.
|
||||
The material used by this integration is provided by the [Global Disaster
|
||||
Alert and Coordination System (GDACS)](https://www.gdacs.org/) - a cooperation
|
||||
framework between the United Nations and the European Commission - under the
|
||||
[Creative Commons Attribution 4.0 International (CC BY 4.0) licence](http://creativecommons.org/licenses/by/4.0/).
|
||||
[Creative Commons Attribution 4.0 International (CC BY 4.0) license](http://creativecommons.org/licenses/by/4.0/).
|
||||
It has only been modified for the purpose of presenting the material in Home Assistant.
|
||||
Please refer to the [creator's disclaimer and terms of use notice](https://www.gdacs.org/About/termofuse.aspx) for more information.
|
||||
|
||||
|
@ -13,7 +13,7 @@ ha_codeowners:
|
||||
- '@elmurato'
|
||||
---
|
||||
|
||||
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net) by [Mojang AB](https://www.mojang.com) online or via a local area network with other players. The `Minecraft Server` integration lets you retreive information from a Minecraft server (Java edition) within Home Assistant.
|
||||
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net) by [Mojang AB](https://www.mojang.com) 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user