diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown index ab6b78ada2f..19caccc3145 100644 --- a/source/_integrations/derivative.markdown +++ b/source/_integrations/derivative.markdown @@ -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: diff --git a/source/_integrations/gdacs.markdown b/source/_integrations/gdacs.markdown index e603ff3aab8..40157ff0727 100644 --- a/source/_integrations/gdacs.markdown +++ b/source/_integrations/gdacs.markdown @@ -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. diff --git a/source/_integrations/minecraft_server.markdown b/source/_integrations/minecraft_server.markdown index 3bc9d48cad0..4fd0695dfc3 100644 --- a/source/_integrations/minecraft_server.markdown +++ b/source/_integrations/minecraft_server.markdown @@ -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.