Skip to content

Commit

Permalink
HACS file
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored and Markus committed Nov 10, 2023
1 parent 9ad98ce commit f1b3d7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""UniFi WiFi Voucher integration."""
"""UniFi Hotspot Manager integration."""
from __future__ import annotations

from homeassistant.core import HomeAssistant
Expand Down
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Constants for UniFi WiFi Voucher integration."""
"""Constants for UniFi Hotspot Manager integration."""
from logging import getLogger

import voluptuous as vol
Expand Down
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "unifi_voucher",
"name": "UniFi WiFi Voucher Integration",
"name": "UniFi Hotspot Manager",
"codeowners": [
"@ufozone"
],
Expand Down
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "UniFi Hotspot Manager",
"homeassistant": "2023.11.0"
}

0 comments on commit f1b3d7c

Please sign in to comment.