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
+1 -1
View File
@@ -63,7 +63,7 @@ async def _load_device_json(platform: str, device_code: int) -> dict | None:
if not os.path.exists(path):
source = (
"https://raw.githubusercontent.com/"
f"smartHomeHub/SmartIR/master/codes/{subdir}/{device_code}.json"
f"kobimx/SmartIR/master/codes/{subdir}/{device_code}.json"
)
try:
await Helper.downloader(source, path)