From 754f3be2af8407a8bfcfd5703328882bb76c1c80 Mon Sep 17 00:00:00 2001 From: 1RandomDev <84292805+1RandomDev@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:17:09 +0100 Subject: [PATCH] Changed domain back to gotify --- custom_components/{gotify_notifications => gotify}/__init__.py | 0 .../{gotify_notifications => gotify}/manifest.json | 2 +- custom_components/{gotify_notifications => gotify}/notify.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename custom_components/{gotify_notifications => gotify}/__init__.py (100%) rename custom_components/{gotify_notifications => gotify}/manifest.json (90%) rename custom_components/{gotify_notifications => gotify}/notify.py (100%) diff --git a/custom_components/gotify_notifications/__init__.py b/custom_components/gotify/__init__.py similarity index 100% rename from custom_components/gotify_notifications/__init__.py rename to custom_components/gotify/__init__.py diff --git a/custom_components/gotify_notifications/manifest.json b/custom_components/gotify/manifest.json similarity index 90% rename from custom_components/gotify_notifications/manifest.json rename to custom_components/gotify/manifest.json index cb9fb01..d3ed45f 100644 --- a/custom_components/gotify_notifications/manifest.json +++ b/custom_components/gotify/manifest.json @@ -1,5 +1,5 @@ { - "domain": "gotify_notifications", + "domain": "gotify", "name": "Gotify Notifications", "documentation": "https://github.com/1RandomDev/homeassistant-gotify", "issue_tracker": "https://github.com/1RandomDev/homeassistant-gotify/issues", diff --git a/custom_components/gotify_notifications/notify.py b/custom_components/gotify/notify.py similarity index 100% rename from custom_components/gotify_notifications/notify.py rename to custom_components/gotify/notify.py