From d66bc61044e1e33ef670f56edebcf1f712f64ecb Mon Sep 17 00:00:00 2001 From: Lukas Barth Date: Thu, 26 Oct 2017 18:18:29 +0200 Subject: [PATCH] Remove warning; frontend now merged (#3784) --- source/_components/input_datetime.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown index 0ae8cae833c..f9351f09848 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -12,10 +12,6 @@ ha_category: Automation ha_release: 0.55 --- -

-This component is a work in progress. The frontend is not yet implemented. -

- The `input_datetime` component allows the user to define date and time values that can be controlled via the frontend and can be used within automations and templates. To add three datetime inputs to your installation, one with both date and time, and one with date or time each, add the following lines to your `configuration.yaml`: