Update the theme to match branding better (#33462)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Madelena Mak
2024-06-30 07:47:01 -04:00
committed by GitHub
parent 6c42ffaba5
commit d4c03fe1be
533 changed files with 3359 additions and 6896 deletions

View File

@@ -27,11 +27,9 @@ Other imports like `min`, `max` are available as builtins. See the [python_scrip
[hass-api]: https://developers.home-assistant.io/docs/dev_101_hass/
[logger-api]: https://docs.python.org/3.7/library/logging.html#logger-objects
<div class='note'>
{% note %}
It is not possible to use Python imports with this integration. If you want to do more advanced scripts, you can take a look at [AppDaemon](https://appdaemon.readthedocs.io/en/latest/) or [pyscript](https://github.com/custom-components/pyscript)
</div>
{% endnote %}
## Writing your first script, reading input and logging the activity
@@ -65,7 +63,7 @@ data:
name: "Input-Text"
```
<div class='note'>
{% tip %}
Running this script show absolutely no output on the screen, but it logs with level `info`. You must have the [Logger](/integrations/logger/) enabled at least for level `info`.
@@ -76,7 +74,7 @@ logger:
default: info
```
</div>
{% endtip %}
## Triggering events