From 0865312e15c9b06bc9dd0f94569ab974e9cea2bb Mon Sep 17 00:00:00 2001 From: Matthias de Baat Date: Mon, 1 May 2023 12:10:41 +0200 Subject: [PATCH] Add dependancy context to recorder (#27153) --- source/_integrations/recorder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 56bea32dc73..9df854590ff 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -12,7 +12,7 @@ ha_codeowners: ha_integration_type: system --- -The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history`](/integrations/history/) integration. +This integration is by default enabled as dependency of the [`history`](/integrations/history/) integration.