From 70187801285c93f6e95c3c82854df1be72568579 Mon Sep 17 00:00:00 2001
From: jugla <59493499+jugla@users.noreply.github.com>
Date: Thu, 15 Apr 2021 22:14:23 +0200
Subject: [PATCH] give source code for UI amplitude
---
README.md | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8460ed7..e9c222b 100644
--- a/README.md
+++ b/README.md
@@ -151,12 +151,6 @@ Hereafter an example under lovelace UI
-and a dedicated view on tide amplitude / coeff (over Mean Water Spring) on several days
-
-
-
-
-
with source code
```yaml
@@ -206,6 +200,28 @@ title: royan credit used worldtide
```
+and a dedicated view on tide amplitude / coeff (over Mean Water Spring) on several days
+
+
+
+
+
+with source code
+
+```yaml
+##UI interface example (can be entered via manual card)
+type: history-graph
+entities:
+ - entity: sensor.tide_royan_coeff_mws
+ - entity: sensor.tide_royan_amplitude
+refresh_interval: 0
+title: Royan Tide Coeff Week
+hours_to_show: 168
+```
+NB: in recorder, the number of days shall be set accordingly
+
+
+
Hereafter an example of picture element card under lovelace UI