Skip to content

Commit

Permalink
Add blueprint category
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 29, 2023
1 parent 18e6131 commit 81e295d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/newDefaultOpened.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ export default async (app: App, payload: PullPayload): Promise<void> => {
if (
!repoCategory ||
![
'appdaemon',
'blueprint',
'integration',
'plugin',
'appdaemon',
'python_script',
'template',
'theme',
'python_script',
].includes(repoCategory)
) {
return
Expand Down

0 comments on commit 81e295d

Please sign in to comment.