fix: Update repository references from smartHomeHub to kobimx in various files

This commit is contained in:
2026-07-01 21:32:31 +02:00
parent 26465e7c73
commit d23eae2030
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ DOMAIN = 'smartir'
VERSION = '1.18.1'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
"kobimx/SmartIR/{}/"
"custom_components/smartir/manifest.json")
REMOTE_BASE_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
"kobimx/SmartIR/{}/"
"custom_components/smartir/")
COMPONENT_ABS_DIR = os.path.dirname(
os.path.abspath(__file__))