Fix builds on next branch

This commit is contained in:
Franck Nijhof 2020-02-13 16:16:07 +01:00
parent 57ffe8e6c5
commit 532e8bbc9b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View File

@ -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` !) 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. 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. 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 ```yaml
sensor: sensor:

View File

@ -36,7 +36,7 @@ The data is updated every 5 minutes.
The material used by this integration is provided by the [Global Disaster The material used by this integration is provided by the [Global Disaster
Alert and Coordination System (GDACS)](https://www.gdacs.org/) - a cooperation Alert and Coordination System (GDACS)](https://www.gdacs.org/) - a cooperation
framework between the United Nations and the European Commission - under the 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. 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. Please refer to the [creator's disclaimer and terms of use notice](https://www.gdacs.org/About/termofuse.aspx) for more information.

View File

@ -13,7 +13,7 @@ ha_codeowners:
- '@elmurato' - '@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'> <div class='note'>
The server must be version 1.7 or higher, since older versions don't expose any information. The server must be version 1.7 or higher, since older versions don't expose any information.