mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
19 lines
447 B
YAML
19 lines
447 B
YAML
api:
|
|
actions:
|
|
- action: play_buzzer
|
|
description: Play an RTTTL melody on the buzzer
|
|
variables:
|
|
song_str:
|
|
type: string
|
|
description: RTTTL melody string
|
|
example: "two_short:d=4,o=5,b=100:16e6,16e6"
|
|
volume:
|
|
type: int
|
|
then:
|
|
- logger.log: Action Called
|
|
- action: plain_action
|
|
variables:
|
|
value: int
|
|
then:
|
|
- logger.log: Action Called
|