Skip to content

Commit 7e468d5

Browse files
committed
Fix style
1 parent 3682ec0 commit 7e468d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/component_visibility.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ self.hidden = True
1818

1919
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.
2020

21-
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).
21+
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).

0 commit comments

Comments
 (0)