diff --git a/README.md b/README.md index 5ca47b3..6e02a0d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs) +[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs) [![Donate](https://img.shields.io/badge/donate-Coffee-yellow.svg)](https://www.buymeacoffee.com/gickowtf) ![python badge](https://img.shields.io/badge/Made%20with-Python-orange) ![last commit](https://img.shields.io/github/last-commit/gickowtf/pixoo-homeassistant?color=red) @@ -20,7 +20,9 @@ Custom component for easy use of a Pixoo64 within Home Assistant. With this inte ## Installation -1. Install this integration with HACS (adding repository required), or copy the contents of this repository's `custom_components/divoom_pixoo` directory into your `custom_components/divoom_pixoo` directory. +Divoom Pixoo 64 Home Assistant Integration can be installed via HACS, or by manually copying the divoom_pixoo directory to Home Assistant's config/custom_components/ directory. + +1. Install this integration with HACS or copy the contents of this repository's `custom_components/divoom_pixoo` directory into your `custom_components/divoom_pixoo` directory. [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=gickowtf&repository=pixoo-homeassistant&category=integration) diff --git a/custom_components/divoom_pixoo/const.py b/custom_components/divoom_pixoo/const.py index f5d9918..7bcc4b4 100644 --- a/custom_components/divoom_pixoo/const.py +++ b/custom_components/divoom_pixoo/const.py @@ -1,3 +1,3 @@ DOMAIN = "divoom_pixoo" -VERSION = "1.11.1" +VERSION = "1.14.0" CURRENT_ENTRY_VERSION = 2 diff --git a/custom_components/divoom_pixoo/manifest.json b/custom_components/divoom_pixoo/manifest.json index 51b72a0..85076ff 100644 --- a/custom_components/divoom_pixoo/manifest.json +++ b/custom_components/divoom_pixoo/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/gickowtf/pixoo-homeassistant/issues", "requirements": [], - "version": "1.11.1" + "version": "1.14.0" }