diff --git a/config.yaml b/config.yaml index cd6a79a2..943c4ed9 100644 --- a/config.yaml +++ b/config.yaml @@ -248,14 +248,6 @@ PHONE_ESM: FEATURES: [mean] SRC_SCRIPT: src/features/phone_esm/straw/main.py -PHONE_SPEECH: - CONTAINER: speech - PROVIDERS: - STRAW: - COMPUTE: True - FEATURES: ["meanspeech", "stdspeech", "nlargest", "nsmallest", "medianspeech"] - SRC_SCRIPT: src/features/phone_speech/straw/main.py - # See https://www.rapids.science/latest/features/phone-keyboard/ PHONE_KEYBOARD: CONTAINER: keyboard @@ -337,6 +329,15 @@ PHONE_SCREEN: EPISODE_TYPES: ["unlock"] SRC_SCRIPT: src/features/phone_screen/rapids/main.py +# Custom added sensor +PHONE_SPEECH: + CONTAINER: speech + PROVIDERS: + STRAW: + COMPUTE: True + FEATURES: ["meanspeech", "stdspeech", "nlargest", "nsmallest", "medianspeech"] + SRC_SCRIPT: src/features/phone_speech/straw/main.py + # See https://www.rapids.science/latest/features/phone-wifi-connected/ PHONE_WIFI_CONNECTED: CONTAINER: sensor_wifi