From e5191d7c0760d40230fc85b05289223812865716 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:56:52 +0200 Subject: [PATCH] Fix typo in Time docs (#27640) --- source/_integrations/time.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/time.markdown b/source/_integrations/time.markdown index 66a557e1082..0447f3513ba 100644 --- a/source/_integrations/time.markdown +++ b/source/_integrations/time.markdown @@ -11,7 +11,7 @@ ha_codeowners: ha_integration_type: entity --- -The Date integration is built for the controlling and monitoring of times on devices. +The Time integration is built for the controlling and monitoring of times on devices. Time entities cannot be implemented manually, but can be provided by other integrations. If you are looking for a way to create a similar entity, please take a look at the [Date/Time helper](/integrations/input_datetime).