Update genEthernetConfig.sh

Missed default for locale in ethernet configs.
added en-US ln27
This commit is contained in:
habuild 2022-10-09 15:02:48 +11:00 committed by GitHub
parent 57a92eadaf
commit 93e9fa34f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')"