From 777a8aa1a850f674586c79efc1a191e4f94ba35a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 22 Jan 2017 11:23:50 +0100 Subject: [PATCH] Fix style --- source/developers/component_visibility.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/component_visibility.markdown b/source/developers/component_visibility.markdown index 610534e4440..846d6b98b3b 100644 --- a/source/developers/component_visibility.markdown +++ b/source/developers/component_visibility.markdown @@ -18,4 +18,4 @@ self.hidden = True This will SUGGEST that the active frontend hides the entity. This requires that the active frontend support hidden cards (the default frontend does) and that the value of hidden be included in your attributes dictionary (see above). The Entity abstract class will take care of this for you. -Remember: The suggestion set by your component's code will always be overwritten by user settings in the 'configuration.yaml' file. This is why you may set hidden to be False, but the property may remain True (or vice-versa). +Remember: The suggestion set by your component's code will always be overwritten by user settings in the `configuration.yaml` file. This is why you may set hidden to be `False`, but the property may remain `True` (or vice-versa).