From 3f6b5f5b642bb7ee2f68126fce671d3feb68df19 Mon Sep 17 00:00:00 2001 From: jabdoa2 Date: Wed, 9 Jan 2019 20:17:58 +0100 Subject: [PATCH] Merge pull request #195 from colemanomartin/patch-9 Update case_insensitivity.rst --- config/instructions/case_insensitivity.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/instructions/case_insensitivity.rst b/config/instructions/case_insensitivity.rst index 2eeba23345..74437ca2ba 100644 --- a/config/instructions/case_insensitivity.rst +++ b/config/instructions/case_insensitivity.rst @@ -3,5 +3,8 @@ Case insensitivity in config files Setting names config files are case sensitive (starting with 0.50). In 0.17 to 0.33 settings were case insensitive but it caused many -problems and thus has been dropped. +problems and thus has been dropped. Generally, a safe approach is to +use only lower case in config files, though, it is fine to use upper +case in slides. Using lower case is recommended for naming +modes, devices, timers, etc....