HaKafkaNet 11.3.0

Prefix Reserved
dotnet add package HaKafkaNet --version 11.3.0
                    
NuGet\Install-Package HaKafkaNet -Version 11.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HaKafkaNet" Version="11.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HaKafkaNet" Version="11.3.0" />
                    
Directory.Packages.props
<PackageReference Include="HaKafkaNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HaKafkaNet --version 11.3.0
                    
#r "nuget: HaKafkaNet, 11.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=HaKafkaNet&version=11.3.0
                    
Install as a Cake Addin
#tool nuget:?package=HaKafkaNet&version=11.3.0
                    
Install as a Cake Tool

HaKafkaNet

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:

  • Create Home Assistant automations in .NET / C# with abilities to:
    • track/retrieve states of all entities in Home Assistant
    • respond to Home Assistant state changes
    • call Home Assistant RESTful services
  • Enable all automation code to be fully testable with automated tests

Why ha-kafka-net ?

Example

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 Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HaKafkaNet:

Package Downloads
HaKafkaNet.TestHarness

A library containing test helpers for HaKafkaNet.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.0 190 a month ago
11.2.0 84 2 months ago
11.1.4 192 6 months ago
11.1.3 211 6 months ago
11.1.2 142 6 months ago
11.1.1 108 6 months ago
11.1.0 125 6 months ago
11.0.0 132 6 months ago
10.2.2 135 7 months ago
10.2.1 162 7 months ago
10.2.0 112 7 months ago
10.1.1 112 8 months ago
10.1.0 120 8 months ago
10.0.2 112 8 months ago
10.0.1 106 8 months ago
10.0.0 125 8 months ago
9.2.2 136 9 months ago
9.2.1 116 9 months ago
9.2.0 131 9 months ago
9.1.0 116 9 months ago
9.0.1 159 9 months ago
9.0.0-beta 99 9 months ago
8.1.1 134 9/7/2024
8.1.0 146 9/1/2024
8.0.0 132 8/10/2024
7.1.3 130 7/7/2024
7.1.2 134 6/22/2024
7.0.0 130 6/19/2024
6.1.2 150 6/8/2024
6.1.1 152 5/5/2024
6.1.0 167 4/17/2024
6.0.0 149 4/12/2024
5.5.5 120 4/10/2024
5.5.4 124 4/9/2024
5.5.3 122 4/9/2024
5.5.2 141 4/1/2024
5.5.1 127 3/29/2024
5.5.0 114 3/28/2024
5.4.0 115 3/26/2024
5.3.0 178 3/24/2024
5.2.0 134 3/22/2024
5.1.0 156 3/18/2024
5.1.0-prerelease 137 3/17/2024
5.0.0 131 3/12/2024
4.2.0 156 3/9/2024
4.1.5 144 3/1/2024
4.1.4 131 2/29/2024
4.1.3 127 2/28/2024
4.1.2 134 2/27/2024
4.1.1 127 2/27/2024
4.0.1 134 2/25/2024
4.0.0 139 2/23/2024
4.0.0-prerelease 111 2/20/2024
3.0.2 133 2/14/2024
3.0.1 127 2/12/2024
3.0.0 155 2/11/2024
3.0.0-prerelease 116 2/10/2024
2.1.3 157 2/5/2024
2.1.2 139 2/5/2024
2.1.1 150 2/4/2024
2.1.0 166 2/4/2024
2.0.0 171 1/31/2024
1.1.1-prerelease 132 1/31/2024
1.1.0 131 1/21/2024
1.0.0 121 1/19/2024
0.3.0 118 1/18/2024
0.2.0 128 1/15/2024
0.1.1 130 1/14/2024
0.1.0 124 1/13/2024
0.0.1 141 1/13/2024