Skip to content

Commit

Permalink
Fix song notes
Browse files Browse the repository at this point in the history
- changed jingle bells to 8th notes, fixed incorrect notes, 
- added resolution to Rudolph
- fixed wrong note in Let it Snow
  • Loading branch information
sethpjohnson authored Dec 13, 2024
1 parent 52e9aa0 commit 84b88d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ text:
restore_value: true
mode: text
optimistic: true
initial_value: "jingle:d=4,o=5,b=125:8g,8e6,8d6,8c6,2g,8g,8e6,8d6,8c6,2a,8a,8f6,8e6,8d6,8b,8g,8b,8d6,8g.6,8g6,8f6,8d6,2e6,8g,8e6,8d6,8c6,2g,8f#6,8g6,8e6,8d6,8c6,2a,8a,8f6,8e6,8d6,8g6,8g6,8f6,8g6,8f6,8g6,8g#6,8a.6,8g6,8e6,8d6,8c6,8g6,8e6,8e6,8e.6,8d#6,8e6,8e6,8e.6,8d#6,8e6,8g6,8c.6,8d6,2e6,8f6,8f6,8f.6,8f6,8f6,8e6,8e6,8e6,8e6,8e6,8d6,8d6,8e6,2d6;"
initial_value: "jingle:d=8,o=5,b=120:e6,e6,e.6,16p,e6,e6,e.6,16p,e6,g6,c.6,16d6,e.6,p,f6,f6,f.6,16f6,f6,e6,e6,16e6,16e6,e6,d6,d6,e6,d.6,16p,g6,p,e6,e6,e.6,16p,e6,e6,e.6,16p,e6,g6,c.6,16d6,2e6,f6,f6,f.6,16f6,f6,e6,e6,16e6,16e6,g6,g6,f6,d6,2c6;"
- platform: template
name: "Song Double Click"
id: song_2
Expand All @@ -123,7 +123,7 @@ text:
restore_value: true
mode: text
optimistic: true
initial_value: "rudolph:d=4,o=5,b=125:8g.,16a,8p,16g.,e,c6,a,2g.,8g.,16a,8g.,16a,g,c6,1b,8f.,16g,8p,16f.,d,b,a,2g.,8g.,16a,8g.,16a,g,a,1e,8g.,16a,8p,16g.,e,c6,a,1g,8g.,16a,8g.,16a,g,c6,1b,8f.,16g,8p,16f.,d,b,a,1g,8g.,16a,8g.,16a,g,d6;"
initial_value: "rudolph:d=4,o=5,b=125:8g.,16a,8p,16g.,e,c6,a,2g.,8g.,16a,8g.,16a,g,c6,1b,8f.,16g,8p,16f.,d,b,a,2g.,8g.,16a,8g.,16a,g,a,1e,8g.,16a,8p,16g.,e,c6,a,1g,8g.,16a,8g.,16a,g,c6,1b,8f.,16g,8p,16f.,d,b,a,1g,8g.,16a,8g.,16a,g,d6,2c6;"
- platform: template
name: "Song Long Click"
id: song_3
Expand All @@ -132,7 +132,7 @@ text:
restore_value: true
mode: text
optimistic: true
initial_value: "snow:d=4,o=5,b=125:8c,8c,8c6,8c6,a#,a,g,f,2c,8c,16c,g.,8f,g.,8f,e,2c,d,8d6,8d6,c6,a#,a,2g.,8e.6,16d6,c6,8c.6,16a#,a,8a#.,16a,2f.,c,8c6,8c6,a#,a,g,f,2c,8c.,16c,g.,8f,g.,8f,e,2c,d,8d6,8d6,c6,a#,a,2g.,8e.6,16d6,c6,8c.6,16a#,a,8a.,16g,2f.;"
initial_value: "snow:d=4,o=5,b=125:8c,8c,8c6,8c6,a#,a,g,f,2c,8c,16c,g.,8f,g.,8f,e,2c,d,8d6,8d6,c6,a#,a,2g.,8e.6,16d6,c6,8c.6,16a#,a,8a.,16g,2f.,c,8c6,8c6,a#,a,g,f,2c,8c.,16c,g.,8f,g.,8f,e,2c,d,8d6,8d6,c6,a#,a,2g.,8e.6,16d6,c6,8c.6,16a#,a,8a.,16g,2f.;"

binary_sensor:
- platform: gpio
Expand Down

0 comments on commit 84b88d4

Please sign in to comment.