C&P from the rtttl buzzer:
esphome:
name: esphome-web-7695cc
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
services:
- service: play_rtttl
variables:
song_str: string
then:
- rtttl.play:
rtttl: !lambda 'return song_str;'
output:
- platform: ledc
pin: GPIO25
id: rtttl_out
rtttl:
output: rtttl_out
on_finished_playback:
- logger.log: 'Song ended!'
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
captive_portal:
Device is adopted in integrations yet no esphome.* service showing up in HA.
Any ideas?
Thx.