This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
| using System.Diagnostics; | |
| using System.Net.Sockets; | |
| using System.Security.Authentication; | |
| using Yarp.Telemetry.Consumption; | |
| var builder = WebApplication.CreateBuilder(args); | |
| builder.Services.AddTelemetryConsumer<TelemetryConsumer>(); | |
| var app = builder.Build(); |
This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA