Any way to access configuration parameters for HABApp from within a HABApp script

Is there any way to access configuration parameters for HABApp from within a HABApp python script?

I have a HABApp script that needs the location data already defined in the configuration parameters for HABApp. I realize that I could easily just duplicate the location data into a regular configuration file in the config folder but I’d like to avoid that if possible.

Thanks!

from HABApp import CONFIG

CONFIG.location.latitude
1 Like