From 672d7828afefa07faca7954dfd55b683ae7a68fc Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 12 Jun 2022 07:55:40 -0700 Subject: Add TomTom map --- modern/src/common/attributes/useCommonUserAttributes.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modern') diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 658f8668..57d10468 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -21,6 +21,10 @@ export default (t) => useMemo(() => ({ name: t('mapOpenWeatherKey'), type: 'string', }, + tomTomKey: { + name: t('mapTomTomKey'), + type: 'string', + }, notificationTokens: { name: t('attributeNotificationTokens'), type: 'string', -- cgit v1.2.3