Metadata-Version: 2.4
Name: gitoon-frontend
Version: 20251203.5
Summary: The GiToon frontend
Author-email: The GiToon Authors <edgar.grig.2001@gmail.com>
License-Expression: Apache-2.0
Requires-Python: >=3.13.0
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# GiToon Frontend


## GiToon parameters for customizations

Create helper entity of type `Toggle` with name `GiToom Parameters`. Then create a file under in path `/config/customize.yaml`. Add this yaml code in that file and adjust values for parameters.
```yaml
input_boolean.gitoon_parameters:
  show_assist_button_in_topbar: false  # When true, the Assist button is visible in the top bar for all users except the owner (who always sees it).
  show_scripts_for_admins: false # When true, scripts become visible in the UI for admin users (can be hidden otherwise).
  show_automations_for_admins: false # When true, automations are shown in the UI for admin users.
  admin_has_maximum_visibility: false # When true, admins get full visibility of all elements (ignores individual visibility settings).
```
