Skip to content

Commit

Permalink
Update entity components
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Jul 5, 2024
1 parent 94f2823 commit 1303c8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions services/bots/src/github-webhook/github-webhook.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ export const entityComponents = new Set([
'date',
'datetime',
'device_tracker',
'diagnostics',
'event',
'fan',
'geo_location',
'humidifier',
'image',
'image_processing',
'lawn_mower',
'light',
'lock',
'mailbox',
Expand All @@ -94,11 +96,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 1303c8f

Please sign in to comment.