Update notifications docs for Buzzer (#745)

* Update notifications docs for Buzzer

* Update notifications.md

---------

Co-authored-by: Johannes <29555657+joBr99@users.noreply.github.com>
This commit is contained in:
EddyK69
2023-02-02 21:17:57 +01:00
committed by GitHub
parent 37ff282c06
commit c16a63c288

View File

@@ -101,6 +101,15 @@ nspanel_screensaver_notification:
icon: mdi:message-badge icon: mdi:message-badge
``` ```
## Buzzer
See [Tasmota Buzzer](https://tasmota.github.io/docs/Buzzer/#buzzer-command) for commands.
It might be necessary to enable the buzzer with:
```
BuzzerPWM 1
```
## Color Picker ## Color Picker
<input type="color" id="colorpicker" onchange="conv565()" value="#000000"> <input type="color" id="colorpicker" onchange="conv565()" value="#000000">