net-daemon / netdaemon

An application daemon for Home Assistant written in .NET
MIT License
223 stars 64 forks source link

Better behaviour if application config folder not exist #825

Closed helto4real closed 9 months ago

helto4real commented 1 year ago

The problem

If users do not have yaml config they should not use .AddNetDaemonAppSettings() in program.cs. ND should log a warning that no yaml files exists or folder does not exist and suggest remove the .AddNetDaemonAppSettings()

Environment

Link to or paste code that causes the issue

Traceback/Error logs

Additional information

helto4real commented 9 months ago

Wont fix