From 95657fcb0818a797e3765563b02d8a017b5416a3 Mon Sep 17 00:00:00 2001 From: Martijn Date: Sun, 29 Dec 2024 15:05:06 +0100 Subject: [PATCH] simplified/corrected some instructions on the music card --- package/cards/music.md | 2 +- package/cards/music.yaml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package/cards/music.md b/package/cards/music.md index a3a6989..b8c1f31 100644 --- a/package/cards/music.md +++ b/package/cards/music.md @@ -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' diff --git a/package/cards/music.yaml b/package/cards/music.yaml index ac54855..5f6f8f5 100644 --- a/package/cards/music.yaml +++ b/package/cards/music.yaml @@ -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); ## #####################################################