diff --git a/services/bots/src/github-webhook/github-webhook.const.ts b/services/bots/src/github-webhook/github-webhook.const.ts index e9344b9..9af9b53 100644 --- a/services/bots/src/github-webhook/github-webhook.const.ts +++ b/services/bots/src/github-webhook/github-webhook.const.ts @@ -81,6 +81,7 @@ export const entityComponents = new Set([ 'humidifier', 'image', 'image_processing', + 'lawn_mower', 'light', 'lock', 'mailbox', @@ -94,11 +95,13 @@ export const entityComponents = new Set([ 'siren', 'stt', 'switch', - 'time', 'text', + 'time', + 'todo', 'tts', - 'vacuum', 'update', + 'vacuum', + 'valve', 'water_heater', 'weather', ]);