From f1b3d7cedab08a8a1ca7c0ac70b07156cbd203dd Mon Sep 17 00:00:00 2001 From: Markus Date: Fri, 10 Nov 2023 21:10:24 +0100 Subject: [PATCH] HACS file --- custom_components/unifi_voucher/__init__.py | 2 +- custom_components/unifi_voucher/const.py | 2 +- custom_components/unifi_voucher/manifest.json | 2 +- hacs.json | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 hacs.json diff --git a/custom_components/unifi_voucher/__init__.py b/custom_components/unifi_voucher/__init__.py index 2f9eb5f..aaa5b52 100644 --- a/custom_components/unifi_voucher/__init__.py +++ b/custom_components/unifi_voucher/__init__.py @@ -1,4 +1,4 @@ -"""UniFi WiFi Voucher integration.""" +"""UniFi Hotspot Manager integration.""" from __future__ import annotations from homeassistant.core import HomeAssistant diff --git a/custom_components/unifi_voucher/const.py b/custom_components/unifi_voucher/const.py index e6ce1e5..a953f29 100644 --- a/custom_components/unifi_voucher/const.py +++ b/custom_components/unifi_voucher/const.py @@ -1,4 +1,4 @@ -"""Constants for UniFi WiFi Voucher integration.""" +"""Constants for UniFi Hotspot Manager integration.""" from logging import getLogger import voluptuous as vol diff --git a/custom_components/unifi_voucher/manifest.json b/custom_components/unifi_voucher/manifest.json index 2bb9577..79507bb 100644 --- a/custom_components/unifi_voucher/manifest.json +++ b/custom_components/unifi_voucher/manifest.json @@ -1,6 +1,6 @@ { "domain": "unifi_voucher", - "name": "UniFi WiFi Voucher Integration", + "name": "UniFi Hotspot Manager", "codeowners": [ "@ufozone" ], diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..8a33a53 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "UniFi Hotspot Manager", + "homeassistant": "2023.11.0" +} \ No newline at end of file