From 4a46c818df4030917ea2f0d2032036158155d3a2 Mon Sep 17 00:00:00 2001 From: Lennard Beers Date: Thu, 11 May 2023 10:56:39 +0200 Subject: [PATCH 1/2] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 449e44e..39224eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Template Media Player > Note: This integration is strongly inspired by [media_player.template](https://github.com/Sennevds/media_player.template).
-> Unfortunately that integration is no longer maintained, so I decided to create a new and improved one. +> Unfortunately that integration is no longer maintained and missing some features, so I decided to create a new and improved one. Template Media Player allows you to create media player entities in Home Assistant using templates and scripts.
You can define any attribute you want and create custom behaviour for all services supported by the `media_player` domain. From 039e1f47065b1286f850c3385470252d99e0043d Mon Sep 17 00:00:00 2001 From: Lennard Beers Date: Sat, 13 May 2023 01:58:56 +0200 Subject: [PATCH 2/2] chore: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39224eb..e7be616 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ > Note: This integration is strongly inspired by [media_player.template](https://github.com/Sennevds/media_player.template).
> Unfortunately that integration is no longer maintained and missing some features, so I decided to create a new and improved one. -Template Media Player allows you to create media player entities in Home Assistant using templates and scripts.
-You can define any attribute you want and create custom behaviour for all services supported by the `media_player` domain. +With Template Media Player you can create media player entities in Home Assistant using templates and scripts.
+You can define any attribute you want and create custom behaviour for all services supported by the `media_player` domain.
+This allows you to combine your existing media players into a single entity for improved usability and control or to create completely new media players from scratch. ## Installation