mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -129,21 +129,21 @@ logger:
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
services:
|
||||
- service: rfidreader_tag_ok
|
||||
- action: rfidreader_tag_ok
|
||||
then:
|
||||
- rtttl.play: "beep:d=16,o=5,b=100:b"
|
||||
|
||||
- service: rfidreader_tag_ko
|
||||
- action: rfidreader_tag_ko
|
||||
then:
|
||||
- rtttl.play: "beep:d=8,o=5,b=100:b"
|
||||
|
||||
- service: play_rtttl
|
||||
- action: play_rtttl
|
||||
variables:
|
||||
song_str: string
|
||||
then:
|
||||
- rtttl.play: !lambda 'return song_str;'
|
||||
|
||||
- service: write_tag_id
|
||||
- action: write_tag_id
|
||||
variables:
|
||||
tag_id: string
|
||||
then:
|
||||
@@ -167,7 +167,7 @@ api:
|
||||
id: activity_led
|
||||
- rtttl.play: "write:d=24,o=5,b=100:b,b"
|
||||
|
||||
- service: write_music_tag
|
||||
- action: write_music_tag
|
||||
variables:
|
||||
music_url: string
|
||||
music_info: string
|
||||
|
||||
Reference in New Issue
Block a user