simplified/corrected some instructions on the music card

This commit is contained in:
Martijn
2024-12-29 15:05:06 +01:00
parent 302c4a88f8
commit 95657fcb08
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Usage
* Add the music card file to youre files and supply the `entity_id`
* Add the music card file to the package files and supply the `entity_id`
```
substitutions:
music_card_enity_id: 'media_player.media_keuken_2'
+2 -8
View File
@@ -14,14 +14,8 @@
##
## display:
## - id: !extend main_display
## pages:
## - id: player_page
## lambda: |-
## id(all_pages).execute();
## // insert music card:
## // >> id(music_card).execute(x, y);
## id(music_card).execute(20, 125);
## - id: !extend bar1_left
## lambda: |-
## id(music_card).execute(20, 125);
##
#####################################################