diff --git a/README.md b/README.md index 9455966..3fd67b9 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,9 @@ All available fields in `trigger.event.data`: Have [HACS](https://hacs.xyz/) installed, this will allow you to update easily. -[![Install quickly via a HACS link](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=AlexandrErohin&repository=home-assistant-tplink-router&category=integration) - -1. Go to the Hacs->Integrations. -2. Add this repository (https://github.com/AlexandrErohin/home-assistant-tplink-router) as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/) -4. Click on `+ Explore & Download Repositories`, search for `TP-Link Router`. -5. Search for `TP-Link Router`. -6. Navigate to `TP-Link Router` integration -7. Press `DOWNLOAD` and in the next window also press `DOWNLOAD`. -8. After download, restart Home Assistant. +Open your Home Assistant instance and open a repository inside the Home Assistant Community Store. + +or go to Hacs and search for `TP-Link Router`. ### Manual diff --git a/custom_components/tplink_router/manifest.json b/custom_components/tplink_router/manifest.json index 582b4a3..9b889bf 100644 --- a/custom_components/tplink_router/manifest.json +++ b/custom_components/tplink_router/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/AlexandrErohin/home-assistant-tplink-router", "iot_class": "local_polling", "issue_tracker": "https://github.com/AlexandrErohin/home-assistant-tplink-router/issues", - "requirements": ["tplinkrouterc6u==4.2.1"], - "version": "1.16.1" + "requirements": ["tplinkrouterc6u==4.2.2"], + "version": "1.17.0" } \ No newline at end of file