Olivier Bossaer
Olivier Bossaer
Hello @eappels, is it possible that you lose your internet access during the night? Normally the integration updates at midnight.
Thanks for the feedback, I'll check next week
Hi @eappels, I know, it was a long week 😉 Just checking in to see if you're still encountering the issue after updating to the latest version? Thanks a lot!
I suppose that was a reload of the integration? Because normally the sync is at midnight. Does the website was accessible from your browser at that time?
Thank you @tjorim , I'll check that
Ref: https://developers.home-assistant.io/blog/2024/04/13/deprecate_async_track_state_change/
Hello @RBerntsen , Here is the current suggested way to add it: https://github.com/umbraco/Umbraco.StorageProviders/issues/21#issuecomment-1076463177 ```csharp public static IUmbracoBuilder AddAzureBlobMediaFileSystem(this IUmbracoBuilder builder, Uri blobContainerUri, bool useAzureBlobImageCache = true) { if (builder ==...
You're welcome, but the credits goes to @ronaldbarendse 😉
Hi @pgstath , I have tested your branch with FCM (Firebase Cloud Message, the new name of GCM) and I can connect, send & receive messages. Thank you! If @gusmanb...
Hello, I have made the change from @gusmanb in my forked repo: https://github.com/olibos/Sharp.Xmpp/tree/dev-GCM-pull14 Just a quick question, is there any reason why XmppExtension, IInputFilter and IOutputFilter are internals? If everything...