From 387b70002ef35dce013d8ab5d7c64a32300cee51 Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Wed, 31 Mar 2021 12:56:32 +0200 Subject: [PATCH] Update readme/info --- README.md | 4 ++-- info.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7574a7c..0db9a25 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The installation is currently not included in HACS as a default repo, but can be ## Configuration Configuration is done through UI/Lovelace. In Home Assistant, click on Configuration > Integrations where you add it with the + icon. -You will be asked to give your location a name and to provide latitude and longitude as geographical position for the location you want to track. Finally select which sensors you would like the integration to add. More detailed description of this will be added, but in short there is one main sensor which contains all info and for most people probably this may be sufficient. You do not need to add other entities unless you want, but several detailed entities are available if you prefer to have them as separate entities instead of attributes on the main sensor. There is also a camera entity which creates a plot of the data. +You will be asked to give your location a name and to provide latitude and longitude as geographical position for the location you want to track. Finally select which sensors you would like the integration to add. More detailed description of this will be added, but in short there is one main sensor which contains all info and for most people probably this may be sufficient. You do not need to add other entities unless you want, but several detailed entities are available if you prefer to have them as separate entities instead of attributes on the main sensor. There is also a camera entity which creates a plot of the data by using Matplotlib. Entities can be added and removed by clicking *Options* in HA integreation view at any time. It is also possible to enable more than one location by adding the integration several times. @@ -52,7 +52,7 @@ Use the integration as you please, but I highly recommend to take a look at the ![apexchart-card](img/norwegiantide_apexchart.png "apexchart-card") -The camera entity can also be used for UI, but I personally prefer the Apexchart-card since it provides more dynamics. The camera on the other hand can be handy if you would like to send notifications with an included forecast image/plot. It will look something like this: +The camera entity can also be used for UI since it proves a nice plot using Matplotlib, but I personally prefer the Apexchart-card since it provides more dynamics. The camera on the other hand can be handy if you would like to send notifications with an included forecast image/plot. It will look something like this: ![camera entity](img/norwegiantide_cam.png "camera") diff --git a/info.md b/info.md index fe04c95..46d4f34 100644 --- a/info.md +++ b/info.md @@ -17,7 +17,7 @@ Unfortunately the service only provides data for geographical positions in Norwa ## Configuration Configuration is done through UI/Lovelace. In Home Assistant, click on Configuration > Integrations where you add it with the + icon. -You will be asked to give your location a name and to provide latitude and longitude as geographical position for the location you want to track. Finally select which sensors you would like the integration to add. More detailed description of this will be added, but in short there is one main sensor which contains all info and for most people probably this may be sufficient. You do not need to add other entities unless you want, but several detailed entities are available if you prefer to have them as separate entities instead of attributes on the main sensor. There is also a camera entity which creates a plot of the data. +You will be asked to give your location a name and to provide latitude and longitude as geographical position for the location you want to track. Finally select which sensors you would like the integration to add. More detailed description of this will be added, but in short there is one main sensor which contains all info and for most people probably this may be sufficient. You do not need to add other entities unless you want, but several detailed entities are available if you prefer to have them as separate entities instead of attributes on the main sensor. There is also a camera entity which creates a plot of the data by using Matplotlib. Entities can be added and removed by clicking *Options* in HA integreation view at any time. It is also possible to enable more than one location by adding the integration several times. @@ -26,7 +26,7 @@ Use the integration as you please, but I highly recommend to take a look at the ![apexchart-card](img/norwegiantide_apexchart.png "apexchart-card") -The camera entity can also be used for UI, but I personally prefer the Apexchart-card since it provides more dynamics. The camera on the other hand can be handy if you would like to send notifications with an included forecast image/plot. It will look something like this: +The camera entity can also be used for UI since it proves a nice plot using Matplotlib, but I personally prefer the Apexchart-card since it provides more dynamics. The camera on the other hand can be handy if you would like to send notifications with an included forecast image/plot. It will look something like this: ![camera entity](img/norwegiantide_cam.png "camera")