HomeAssistant.AppStarter
0.2.5
Home Assistant 'Hass' is a home automation system running on Unix-systems. This package aims to enable .NET developers to create their own 'app-like' programs that integrate with Home Assistant through it's Websocket and Web API's.
Install-Package HomeAssistant.AppStarter -Version 0.2.5
dotnet add package HomeAssistant.AppStarter --version 0.2.5
<PackageReference Include="HomeAssistant.AppStarter" Version="0.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HomeAssistant.AppStarter --version 0.2.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- support password protected Hass installations
- support for reading input_boolean in websocket messages
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.4)
- Newtonsoft.Json (>= 11.0.1)
- websocketsharp.core (>= 1.0.0)
GitHub Usage
This package is not used by any popular GitHub repositories.