SMerrony / aghast

AGHAST is A Go Home Automation SysTem closely coupled with MQTT.
MIT License
6 stars 0 forks source link

Make TOML more consistent across Integrations #3

Closed SMerrony closed 3 years ago

SMerrony commented 3 years ago

Make TOML more consistent across Integrations. Related: try to use toml.Unmarshal() more in the LoadConfig() funcs - it works OK in the Tuya Integration.

SMerrony commented 3 years ago

This has now been addressed in the Daikin, DataLogger, Influx, Network, Time and Tuya (WIP) Integrations. The Scraper Integration config is slightly unusual and, I think, out of scope for this change.