Skip to content

Commit 168593c

Browse files
committed
Avoid ordering deprecated add-ons first
With #3980 with added deprecated as a prefix to the add-on name. However, this leads to sorting it first, which isn't ideal. Move the deprecation notice to the end. Also add it to all the currently deprecated add-ons.
1 parent a97ef71 commit 168593c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dhcp_server/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 1.5.0
33
slug: dhcp_server
4-
name: "[Deprecated] DHCP server"
4+
name: "DHCP server [deprecated]"
55
description: A simple DHCP server
66
url: https://home-assistant.io/addons/dhcp_server/
77
codenotary: [email protected]

google_assistant/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2.5.0
33
slug: google_assistant
4-
name: Google Assistant SDK
4+
name: Google Assistant SDK [deprecated]
55
description: A virtual personal assistant developed by Google
66
url: >-
77
https://github.com/home-assistant/addons/tree/master/google_assistant

tellstick/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2.2.0
33
slug: tellstick
4-
name: TellStick
4+
name: TellStick [deprecated]
55
description: TellStick and TellStick Duo service
66
url: https://github.com/home-assistant/addons/tree/master/tellstick
77
arch:

0 commit comments

Comments
 (0)