From 60e2783981156ccdb5bca5e004c8eb68f0836ac7 Mon Sep 17 00:00:00 2001 From: DavidFW1960 <36390762+DavidFW1960@users.noreply.github.com> Date: Mon, 22 Jul 2019 11:02:13 +1000 Subject: [PATCH] Update info.md --- info.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/info.md b/info.md index 84d456e..b557ef9 100644 --- a/info.md +++ b/info.md @@ -1,11 +1,16 @@ The bom forecast sensor platform uses the Australian Bureau of Meteorology (BOM) as a source for forecast meteorological data. This is an updated version of a fork from bremor/bom_forecast + Each sensor will be given the device_id of "bom [optionalname] friendly name units" Example: sensor.bom_gosford_chance_of_rain_0 A name is optional but if multiple BOM weather stations are used a name will be required. The sensor checks for new data every minute, starting 30 minutes after the timestamp of the most recent data as the data is updated every half-hour. + With this component you can create a lovelace card like this: + ![BOM Forecast Card](https://github.com/DavidFW1960/bom_forecast/blob/master/bom_forecast.png) + + Or you can combine with the BOM Weather Custom Card.