From 0e5cd9a1b067b86db32c658d9389d7717022c246 Mon Sep 17 00:00:00 2001 From: Jean-Paul van Ravensberg <14926452+DevSecNinja@users.noreply.github.com> Date: Mon, 18 Jan 2021 20:50:19 +0100 Subject: [PATCH] Add development info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e4c6a2..ebcadf9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ If you used the installer, the app checks for updates on startup. If an update i Find us on us on [Discord](https://discord.gg/VraYT2N3wd). +## Development + +Want to develop or build the application yourself? Make sure to install the .NET Runtime [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/current). + ## Sensors The application provides several sensors. Sensors can be configured with a name and this name will be used in the MQTT topic like this: `homeassistant/sensor/{DeviceName}/{Name}/state`. Sensors will expose themselves through [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/) and will automatically appear in Home assistant or any other platform that supports this type of configuration.