From d7187414f16a127a34d7a62b9fff5d7dae7b62ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Wed, 3 Jan 2024 14:25:03 +0100 Subject: [PATCH] Change repository description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5265075..d8dba31 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration) [![HACS Action](https://github.com/elchininet/custom-sidebar/actions/workflows/hacs.yaml/badge.svg)](https://github.com/elchininet/custom-sidebar/actions/workflows/hacs.yaml) -Custom [HACS] plugin that allows you to rearrange, hide, and add menu items to the sidebar in [Home Assistant]. +Custom [HACS] plugin that allows you to rearrange, hide, and add menu items to [Home Assistant]'s sidebar. | Default sidebar | Hide some items | Add new items | Reorder items | | --------------- | --------------- | ------------- | ------------- | diff --git a/package.json b/package.json index 069af3e..2b606cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "custom-sidebar", "version": "1.0.0", - "description": "Home Assistant plugin that allows you to rearrange, hide, and add sidebar menu items", + "description": "Custom HACS plugin that allows you to rearrange, hide, and add menu items to Home Assistant's sidebar", "main": "dist/custom-sidebar.js", "repository": "git@github.com:elchininet/custom-sidebar.git", "author": "ElChiniNet",