From c1061abd6a9c75c1d873b12d9dec954247a7c672 Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Sun, 8 Nov 2020 12:14:05 +0100 Subject: [PATCH] typo --- update_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_instructions.md b/update_instructions.md index c2fed5110..0a6895852 100644 --- a/update_instructions.md +++ b/update_instructions.md @@ -1,7 +1,7 @@ # Update instructions for 0.8.0 ## Why is the configuration input changed? -The configuration options have been restructured in 0.8.0. This will allow us to furher develop the component in the future and add more options at the level of the sensor device. +The configuration options have been restructured in 0.8.0. This will allow us to further develop the component in the future and add more options at the level of the sensor device. To make this possible, it was needed to restructure the configuration input. Part of the options have been moved to a new `devices` option, which has sub-options at device level. ## Do I need to modify my configuration?