![]() |
VOOZH | about |
dotnet add package HaKafkaNet --version 11.3.0
NuGet\Install-Package HaKafkaNet -Version 11.3.0
<PackageReference Include="HaKafkaNet" Version="11.3.0" />
<PackageVersion Include="HaKafkaNet" Version="11.3.0" />Directory.Packages.props
<PackageReference Include="HaKafkaNet" />Project file
paket add HaKafkaNet --version 11.3.0
#r "nuget: HaKafkaNet, 11.3.0"
#:package HaKafkaNet@11.3.0
#addin nuget:?package=HaKafkaNet&version=11.3.0Install as a Cake Addin
#tool nuget:?package=HaKafkaNet&version=11.3.0Install as a Cake Tool
A framework for creating Home Assistant automations in .NET and C#.
Kafka ensures automations are durable and state is restored between restarts.
It was created with the following goals:
Example of multiple durable automations. See Tutorial for more examples.
registrar.TryRegister(
_factory.SunRiseAutomation(
cancelToken => _api.TurnOff("light.night_light", cancelToken)),
_factory.SunSetAutomation(
cancelToken => _api.TurnOn("light.night_light", cancelToken),
TimeSpan.FromMinutes(-10))
);
See Documentation for full details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on HaKafkaNet:
| Package | Downloads |
|---|---|
|
HaKafkaNet.TestHarness
A library containing test helpers for HaKafkaNet. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.3.0 | 342 | 6/8/2025 |
| 11.2.0 | 182 | 5/3/2025 |
| 11.1.4 | 328 | 1/13/2025 |
| 11.1.3 | 296 | 1/4/2025 |
| 11.1.2 | 251 | 1/1/2025 |
| 11.1.1 | 189 | 12/31/2024 |
| 11.1.0 | 209 | 12/31/2024 |
| 11.0.0 | 234 | 12/27/2024 |
| 10.2.2 | 226 | 12/19/2024 |
| 10.2.1 | 253 | 12/7/2024 |
| 10.2.0 | 196 | 11/29/2024 |
| 10.1.1 | 204 | 11/21/2024 |
| 10.1.0 | 200 | 11/10/2024 |
| 10.0.2 | 214 | 10/27/2024 |
| 10.0.1 | 199 | 10/26/2024 |
| 10.0.0 | 218 | 10/25/2024 |
| 9.2.2 | 247 | 10/13/2024 |
| 9.2.1 | 210 | 10/12/2024 |
| 9.2.0 | 252 | 10/12/2024 |
| 9.1.0 | 230 | 10/5/2024 |