mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Added example identifier usage matching PR 18078 (#7313)
This commit is contained in:
parent
7f5d9f5364
commit
9e892da6e9
@ -93,10 +93,13 @@ automation:
|
||||
entity_id: media_player.speaker
|
||||
media_content_id: keyboard_connected.wav
|
||||
media_content_type: music
|
||||
- alias: Keyboard Disconnected
|
||||
|
||||
- alias: Bluetooth Keyboard Disconnected
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: keyboard_remote_disconnected
|
||||
event_data:
|
||||
device_name: "00:58:56:4C:C0:91"
|
||||
action:
|
||||
- service: media_player.play_media
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user