Skip to content

Commit

Permalink
Update entity components (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 5, 2024
1 parent 94f2823 commit bdb0a30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions services/bots/src/github-webhook/github-webhook.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const entityComponents = new Set([
'humidifier',
'image',
'image_processing',
'lawn_mower',
'light',
'lock',
'mailbox',
Expand All @@ -94,11 +95,13 @@ export const entityComponents = new Set([
'siren',
'stt',
'switch',
'time',
'text',
'time',
'todo',
'tts',
'vacuum',
'update',
'vacuum',
'valve',
'water_heater',
'weather',
]);
Expand Down

0 comments on commit bdb0a30

Please sign in to comment.