From 5565119f16b499c01bdc5f3a6e26f893d3eaebe1 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 7 Jan 2025 15:08:14 +0100 Subject: [PATCH 1/2] Small tweaks to the home page --- docs/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6f348b4d..06f1e5cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,8 +30,10 @@ Music Assistant is a music library manager for your offline and online music sou Music Assistant consists of multiple building blocks: - Music Assistant Server ([Installation Instructions](installation.md)) -- Music Assistant Integration for Home Assistant ([Installation Instructions](integration/installation.md)) - - An optional sub-component of the Integraton is the Home Assistant Plugin for Music Assistant. This allows the importing of Home Assistant media players into the Music Assistant engine to use as targets for playback +- Home Assistant Integration ([Installation Instructions](integration/installation.md)) +- Music Providers: Import your music from various sources into Music Assistant. +- Player Providers: Play your music on a wide collection of player ecosystems. +- An optional Home Assistant Plugin for Music Assistant, which allows the importing of Home Assistant media players into the Music Assistant engine to use as targets for playback ## Music Assistant Server @@ -39,20 +41,19 @@ The Music Assistant server is a free, opensource Media library manager that conn ![MA Banner](assets/MA_banner.png) -## Music Assistant Integration +## Home Assistant Integration Connects Home Assistant to your Music Assistant Server to allow control from your HA instance, allow you to automate your music and allows voice control! The Integration also allows the exposure of HA media players to MA furthering the options you have for playback. ## Preview -![Preview image](assets/screenshots/screen2.png){width=800 } +![Preview image](assets/screenshots/screen2.png){width=800 } ??? note "Click to show more screenshots" - ![Preview image](assets/screenshots/screen3.png){width=800 } - - ![Preview image](assets/screenshots/screen1.png){width=800 } + ![Preview image](assets/screenshots/screen3.png){width=800 } + ![Preview image](assets/screenshots/screen1.png){width=800 } ## The Team From e0ffb198405e8a8fe80b576b7dc6a7109cf9da64 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 7 Jan 2025 15:14:12 +0100 Subject: [PATCH 2/2] allow manual run of pages deployment --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac77d5c8..fe872a54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,6 @@ -name: ci +name: deploy-pages on: + workflow_dispatch: push: branches: - master