Jöran Malek
Jöran Malek
No, you shouldn't need to configure something else. The Username is your Github account name, my invocation was: ``` dotnet nuget update source gh-ikvmnet -u "AliveDevil" -p "ghp_***" ``` I've...
Okay, forgot that we use two package registries on Github. In `%AppData%\NuGet\NuGet.config` duplicate the part: ``` ``` And rename the duplicated area to "gh-iterate-ch", there's another component we use, which...
additional info: As a workaround I am setting CsWinRTInputs for CsWinRT, and statically adding the WinMD through a ReferenceCopyLocalPaths-item (including Implementation-metadata), so the WinMD isn’t swallowed by CsWinRT and copied...
Thank you for coming back to this, will give it a try later.
Confirmed, removing AppSdk 1.6, and instead using MSIX BuildTools 1.7 the AppxManifest is successfully harvested into the AppX with WindowsMetadataReference.
 URI Encoding of US Flag (🇺🇸) results in `????`.
Should these be squashed? @aparcar
Probably a bad idea, as it is version specific. Creating a shortcut that invokes "explorer.exe shell:AppsFolder\AppId!App" is better.
I've just installed it, and it looks like the integration at least from the default "detail"-view isn't working: ``` Okt 03 13:35:55 mini-server home-assistant-app[1504175]: 2025-10-03 11:35:55.577 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140334040616128]...
Thanks for confirming. So, for the "set_hvac_mode_sleep" it looks like the [services.yaml](https://github.com/jmcollin78/versatile_thermostat/blob/7.4.0.beta2/custom_components/versatile_thermostat/services.yaml) is missing the set_hvac_mode_sleep-service declaration for correct target entity selection using GUI methods (script editor, automation editor, dev...