diff --git a/docs/api.md b/docs/api.md index 1ba92a5..e0a60f2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -693,7 +693,7 @@ For example tones and further inspiration, you can visit examples of RTTTL songs ```yaml service: esphome._rtttl_play data: - tone: "d=4,o=5,b=140:c,e,g,8p,c6,e6,g6,8p,c7,p" + tone: "The Simpsons:d=4,o=5,b=160:c.6,e6,f#6,8a6,g.6,e6,c6,8a,8f#,8f#,8f#,2g,8p,8p,8f#,8f#,8f#,8g,a#.,8c6,8c6,8c6,c6" ``` > [!NOTE] > Replace `` with your specific panel name as configured in Home Assistant to ensure correct service execution. diff --git a/docs/howto.md b/docs/howto.md index 08c4357..5d1344e 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -292,7 +292,7 @@ By repeatedly calling this service whenever motion is detected, the panel can be HA can send a RTTTL to the NSPanel, custom melodies are possible. -The use this function, the following service is called: ***nspanel_play_rtttl*** +The use this function, the following service is called: `rtttl_play` You can find many RTTTL strings on the web, the important thing is that they must start with the name and then a colon. @@ -302,7 +302,7 @@ Here is an example: The Simpsons:d=4,o=5,b=160:c.6,e6,f#6,8a6,g.6,e6,c6,8a,8f#,8f#,8f#,2g,8p,8p,8f#,8f#,8f#,8g,a#.,8c6,8c6,8c6,c6 ``` -![image-20230320222454441](pics/image-20230320222454441.png) +![HA - Developer Tools - Services - RTTTL Play](pics/ha_developer_tools_services_rtttl_play.png) More information: https://esphome.io/components/rtttl.html#common-beeps diff --git a/docs/pics/ha_developer_tools_services_rtttl_play.png b/docs/pics/ha_developer_tools_services_rtttl_play.png new file mode 100644 index 0000000..4ebb754 Binary files /dev/null and b/docs/pics/ha_developer_tools_services_rtttl_play.png differ diff --git a/docs/pics/image-20230320222454441.png b/docs/pics/image-20230320222454441.png deleted file mode 100644 index 7b1eb03..0000000 Binary files a/docs/pics/image-20230320222454441.png and /dev/null differ