Combine differents stats of entity settings #172
Replies: 3 comments 1 reply
-
Hi @joaopedros2,
As kiosk_mode:
admin_settings:
hide_header: true
non_admin_settings:
hide_header: true
hide_sidebar: true
entity_settings:
input_boolean.disable_kiosk_mode: 'on'
hide_header: false
hide_sidebar: false Related discussion: #100 |
Beta Was this translation helpful? Give feedback.
-
I ended up using it like this:
|
Beta Was this translation helpful? Give feedback.
-
Hi @joaopedros2, This pull request contains something in which I have been working lately and it is related in some way to this discussion. Please, read the description of the pull request but you can also check the documentation in the branch. Please, if you can test this gist and check if you can spot errors or unwanted issues it would be helpful. Regards |
Beta Was this translation helpful? Give feedback.
-
How can I merge these two configs?
I have different 'entity_settings' for 'admin_settings' and 'non_admin_settings'.
Simplified idea:
Beta Was this translation helpful? Give feedback.
All reactions