From e0e31693f510acc421f00d8bc93ad0f6f82f5be2 Mon Sep 17 00:00:00 2001 From: thrust15 Date: Thu, 20 Aug 2020 20:52:02 +0200 Subject: [PATCH] Update DOODS name (#38997) https://github.com/home-assistant/home-assistant.io/pull/11703 I was working on the DOODS documentation, and I noticed above PR and the comment by Frenck. So I updated the name. --- homeassistant/components/doods/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/doods/manifest.json b/homeassistant/components/doods/manifest.json index 7f75a5e8897..0ca3444f70b 100644 --- a/homeassistant/components/doods/manifest.json +++ b/homeassistant/components/doods/manifest.json @@ -1,6 +1,6 @@ { "domain": "doods", - "name": "DOODS - Distributed Outside Object Detection Service", + "name": "DOODS - Dedicated Open Object Detection Service", "documentation": "https://www.home-assistant.io/integrations/doods", "requirements": ["pydoods==1.0.2", "pillow==7.2.0"], "codeowners": []