From e5a8f7ba2b68732ed01022b4026bd8efd404c7cb Mon Sep 17 00:00:00 2001 From: Niklas <39500356+broizter@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:19:29 +0100 Subject: [PATCH] Fixed incorrect example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9870f0..4f6728b 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ date_format: '%Y-%m-%d' columns: - name: date attr_as_list: data - modify: x.date + modify: x.localtime icon: mdi:calendar - name: kWh attr_as_list: data @@ -224,4 +224,4 @@ Add this to your configuration.yaml to debug the component **sold_data** ```json [{ "date": "Jan 12 2020", "usage": "11.0", "is_complete": true }] -``` \ No newline at end of file +```