Skip to content

Commit

Permalink
Add NetDaemon support
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 8, 2020
1 parent 5b1d4ab commit a43e406
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/HacsFrontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ class HacsFrontendBase extends LitElement {
</paper-tab>
`
: ""}
${this.configuration.categories.includes("netdaemon")
? html`
<paper-tab page-name="netdaemon">
${this.hacs.localize(`common.netdaemon_apps`)}
</paper-tab>
`
: ""}
${this.configuration.categories.includes("python_script")
? html`
<paper-tab page-name="python_script">
Expand Down
2 changes: 2 additions & 0 deletions src/localize/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"about": "About",
"appdaemon_apps": "AppDaemon Apps",
"appdaemon": "AppDaemon",
"netdaemon_apps": "NetDaemon Apps",
"netdaemon": "NetDaemon",
"background_task": "Background task running, this page will reload when it's done.",
"check_log_file": "Check your log file for more details.",
"continue": "Continue",
Expand Down

0 comments on commit a43e406

Please sign in to comment.