From 29626144060f5602ec8bc066178dc8a4b633c546 Mon Sep 17 00:00:00 2001 From: avee87 <6134677+avee87@users.noreply.github.com> Date: Sun, 30 Jan 2022 01:09:36 +0000 Subject: [PATCH] Updated architecture discussions link from issues to discussions (#1199) --- docs/core/entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity.md b/docs/core/entity.md index b033267d..26ca1090 100644 --- a/docs/core/entity.md +++ b/docs/core/entity.md @@ -186,4 +186,4 @@ Called when an entity is about to be removed from Home Assistant. Example use: d ## Changing the entity model -If you want to add a new feature to an entity or any of its subtypes (light, switch, etc), you will need to propose it first in our [architecture repo](https://github.com/home-assistant/architecture/issues). Only additions will be considered that are common features among various vendors. +If you want to add a new feature to an entity or any of its subtypes (light, switch, etc), you will need to propose it first in our [architecture repo](https://github.com/home-assistant/architecture/discussions). Only additions will be considered that are common features among various vendors.