diff --git a/neon_core/configuration/neon.yaml b/neon_core/configuration/neon.yaml index 349896ff5..5f3f46920 100644 --- a/neon_core/configuration/neon.yaml +++ b/neon_core/configuration/neon.yaml @@ -284,19 +284,19 @@ lang: en-us secondary_langs: [en-us, uk-ua] location: city: - code: Lawrence - name: Lawrence + code: Renton + name: Renton state: - code: KS - name: Kansas + code: WA + name: Washington country: code: US name: United States coordinate: - latitude: 38.971669 - longitude: -95.23525 + latitude: 47.482880 + longitude: -122.217064 timezone: - code: America/Chicago - name: Central Standard Time + code: America/Los_Angeles + name: Pacific Standard Time dstOffset: 3600000 - offset: -21600000 \ No newline at end of file + offset: -28800000 \ No newline at end of file diff --git a/requirements/core_modules.txt b/requirements/core_modules.txt index d31cbef01..71e489f6b 100644 --- a/requirements/core_modules.txt +++ b/requirements/core_modules.txt @@ -1,6 +1,6 @@ # neon core modules neon_messagebus~=1.1,>=1.1.1a5 neon_enclosure~=1.6,>=1.6.1a3 -neon_speech~=4.2,>=4.2.1a3 +neon_speech~=4.2,>=4.2.1a5 neon_gui~=1.2,>=1.2.2 neon_audio~=1.4,>=1.4.1a3