smarthomeNG / smarthome

Device integration platform for your smart home
https://www.smarthomeNG.de
GNU General Public License v3.0
122 stars 91 forks source link

core: cleanup config dir/file handling #666

Closed Morg42 closed 1 month ago

Morg42 commented 4 months ago

creating/guessing config dirs and config files has been quite wild (and not always consistent) throughout shng, and not all methods were prepared to honor extern_conf_dir or config_etc.

Running different setups and tests all went smoothly, threw/logged no errors and functioned as intended, so no obvious errors

All "legacy" methods and vars are still available, so not using the new methods will still function (non-breaking change); we might designate the old methods deprecated at some later time.

I intend to merge this soon; though non-breaking, I offer the PR up for testing on other setups beforehand.