Skip to content

Commit

Permalink
Deprecate NetDaemon apps (hacs#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 5, 2023
1 parent 959ef91 commit 3bfba87
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 64 deletions.
2 changes: 1 addition & 1 deletion documentation/basic/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ It can help you download and update elements, and can also help you discover new
- Custom integrations (components/platforms/custom_component) for Home Assistant
- Custom lovelace elements (cards/rows/mods)
- AppDaemon apps for [AppDaemon](https://appdaemon.readthedocs.io/en/latest/)
- NetDaemon apps for [NetDaemon](https://netdaemon.xyz/)
- NetDaemon apps ([deprecated](/documentation/categories/netdaemon_apps#deprecation-notice)) for [NetDaemon](https://netdaemon.xyz/)
- Themes for the [frontend integration](https://www.home-assistant.io/components/frontend/) in Home Assistant
- "python_scripts" for the [`python_scripts` integration](https://www.home-assistant.io/components/python_script/) in Home Assistant
19 changes: 12 additions & 7 deletions documentation/categories/netdaemon_apps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
id: netdaemon_apps
title: NetDaemon Apps
description: "Category: NetDaemon Apps"
title: NetDaemon Apps (deprecated)
description: "Category: NetDaemon Apps (deprecated)"
---

## Deprecation notice

:::caution
NetDaemon apps are deprecated and will be removed in version 2.0.0 of HACS.

Note that apps that use current V3 version of the NetDaemon runtime is not supported at all.
:::

---

NetDaemon apps are apps for [NetDaemon](https://netdaemon.xyz/)
Expand All @@ -24,8 +34,3 @@ Add a checkmark to the left of NetDaemon apps in the UI configuration for HACS.
Any NetDaemon app downloaded with HACS is stored in `netdaemon/apps/` in your Home Assistant configuration directory.
:::

---

:::caution
_NetDaemon app support was added in HACS version 0.23.0_
:::
1 change: 1 addition & 0 deletions documentation/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _This page assumes that you have already finished the [initial configuration](/d
- `Filter with country code`: Only show repositories for your country (if the repository has information about that)
- `Enable AppDaemon apps discovery & tracking`: Enables [AppDaemon](/docs/categories/appdaemon_apps)
- `Enable NetDaemon apps discovery & tracking`: Enables [NetDaemon](/docs/categories/netdaemon_apps)
- NetDaemin apps is deprecated and will [deprecated](/documentation/categories/netdaemon_apps#deprecation-notice) and will be removed from HACS.
- `Enable experimental features`: This enables experimental features in HACS.

## Click submit and wait for confirmation
Expand Down
54 changes: 0 additions & 54 deletions documentation/publish/netdaemon.md

This file was deleted.

1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = {
'publish/start',
'publish/appdaemon',
'publish/integration',
'publish/netdaemon',
'publish/plugin',
'publish/python_script',
'publish/theme',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const features = [
description: <></>,
},
{
title: <>NetDaemon Apps</>,
title: <>NetDaemon Apps (deprecated)</>,
Url: '/docs/categories/netdaemon_apps',
description: <></>,
},
Expand Down

0 comments on commit 3bfba87

Please sign in to comment.