diff --git a/haos-sbfspot/rootfs/usr/bin/sbfspot/genEthernetConfig.sh b/haos-sbfspot/rootfs/usr/bin/sbfspot/genEthernetConfig.sh index ae2f621..f098056 100644 --- a/haos-sbfspot/rootfs/usr/bin/sbfspot/genEthernetConfig.sh +++ b/haos-sbfspot/rootfs/usr/bin/sbfspot/genEthernetConfig.sh @@ -24,7 +24,7 @@ CONFIG_SYNCHTIME="$(bashio::config 'SynchTime' '0')" CONFIG_SYNCHTIMELOW="$(bashio::config 'SynchTimeLow' '1')" CONFIG_SYNCHTIMEHIGH="$(bashio::config 'SynchTimeHigh' '3600')" CONFIG_SUNRSOFFSET="$(bashio::config 'SunRSOffset' '900')" -CONFIG_LOCALE="$(bashio::config 'Locale')" +CONFIG_LOCALE="$(bashio::config 'Locale' 'en-US')" CONFIG_TIMEZONE="$(bashio::config 'Timezone')" CONFIG_BTCONNECTRETRIES="$(bashio::config 'BTConnectRetries' '10')" CONFIG_CSV_EXPORT="$(bashio::config 'CSV_Export' '0')"