added basic parsing support

This commit is contained in:
taywon18
2024-09-22 16:49:15 +02:00
parent 5707f5a2d4
commit 7169561eaa
7 changed files with 135 additions and 4 deletions

View File

@@ -9,4 +9,6 @@ public class User
public class Configuration
{
public List<User> Users { get; set; } = new();
public string HomeAssistantUrl { get; set; } = "";
public string HomeAssistantToken { get; set; } = "";
}