From e156a288d19eb67f1cfc9d4d9c6f961cdc0c64dc Mon Sep 17 00:00:00 2001 From: Matt Schmitt Date: Wed, 21 Jun 2023 06:51:42 -0400 Subject: [PATCH] Update README and version --- README.md | 4 ---- custom_components/hatch/manifest.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cfc907d..3fc9ced 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# home-assistant-hatch -Hatch integration for Home Assistant - - [![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) # Hatch Home Assistant Integration Custom component to handle [Hatch](https://www.hatch.co) sleep devices in [Home Assistant](https://home-assistant.io). diff --git a/custom_components/hatch/manifest.json b/custom_components/hatch/manifest.json index 5e68ff3..9ee306e 100755 --- a/custom_components/hatch/manifest.json +++ b/custom_components/hatch/manifest.json @@ -13,5 +13,5 @@ "aiohttp>=3.8.1", "distro>=1.0.0" ], - "version": "1.0.0" + "version": "1.0.1" } \ No newline at end of file