Skip to content

Commit

Permalink
give source code for UI amplitude
Browse files Browse the repository at this point in the history
  • Loading branch information
jugla authored Apr 15, 2021
1 parent 4da776e commit 7018780
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ Hereafter an example under lovelace UI
<img src="./doc/picture/RoyanTidesExample.JPG" alt="Size Limit CLI" width="738">
</p>

and a dedicated view on tide amplitude / coeff (over Mean Water Spring) on several days

<p align="center">
<img src="./doc/picture/RoyanTideAmplitude.jpg" alt="Size Limit CLI" width="300">
</p>

<details><summary>with source code</summary>

```yaml
Expand Down Expand Up @@ -206,6 +200,28 @@ title: royan credit used worldtide
```
</details>
and a dedicated view on tide amplitude / coeff (over Mean Water Spring) on several days
<p align="center">
<img src="./doc/picture/RoyanTideAmplitude.jpg" alt="Size Limit CLI" width="300">
</p>
<details><summary>with source code</summary>
```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
</details>
Hereafter an example of picture element card under lovelace UI
<p align="center">
Expand Down

0 comments on commit 7018780

Please sign in to comment.