Advertisement
breti76

Türklingel

Nov 2nd, 2023
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. alias: Wf Türklingel Tablet Eingang
  2. description: ""
  3. trigger:
  4.   - platform: device
  5.     domain: homematicip_local
  6.     device_id: 9fc4324d7ed1fe8798932729536b7135
  7.     event_type: homematic.keypress
  8.     interface_id: ccu-BidCos-RF
  9.     address: GEQ0015408
  10.     type: press_short
  11.     subtype: 4
  12.   - platform: device
  13.     domain: homematicip_local
  14.     device_id: 9fc4324d7ed1fe8798932729536b7135
  15.     event_type: homematic.keypress
  16.     interface_id: ccu-BidCos-RF
  17.     address: GEQ0015408
  18.     type: press_long
  19.     subtype: 4
  20. condition: []
  21. action:
  22.   - service: media_player.volume_set
  23.     data:
  24.       volume_level: 0.9
  25.     target:
  26.       device_id: 12a8f5bc5fe031bf86f6d07eefe321e2
  27.   - data:
  28.       media_content_id: media-source://media_source/local/Vibraphone 6027_80_3_preview.mp3
  29.       media_content_type: music
  30.     service: media_player.play_media
  31.     target:
  32.       device_id: 12a8f5bc5fe031bf86f6d07eefe321e2
  33. mode: single
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement