mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixed error in Handling visibility file (#1133)
Added quotes to 'configuration.yaml' which improves the visibility of the text.
This commit is contained in:
parent
36c60ffd19
commit
4b376c48fc
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user