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
@@ -80,7 +80,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
try:
codes_source = ("https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/master/"
"kobimx/SmartIR/master/"
"codes/climate/{}.json")
await Helper.downloader(codes_source.format(device_code), device_json_path)