diff --git a/README.md b/README.md index 7a485bb..5e53ca1 100644 --- a/README.md +++ b/README.md @@ -272,9 +272,9 @@ Note: This card uses some custom cards [multiple-entity-row](https://github.com/ Due to the many weather integrations available and their relevance to your situation, there is realistically no way to provide a run time 'auto-adjustment' feature. Therefore, no attempt has been made to include a solution and this also makes the integration more independant. Run time adjustment is achieved by way of services which can be called from within Home Assistant. This does mean some knowledge of creating automations is required. -On a personal note, I use the national weather service for my forecast information but find their observation data not relevant due to the extreme regional variations in my situation. There are many micro climates (mountains) and a few kilometers in any direction makes a lot of difference, down pour to a few drops. To this end I have a Personal Weather Station (PWS) that feeds Weather Underground where I use the [WUnderground](https://www.home-assistant.io/integrations/wunderground) integration to retrieve the data. +On a personal note, I use the national weather service [BOM](http://www.bom.gov.au) for my forecast information but find their observation data not relevant due to the extreme regional variations in my situation. There are many micro climates (mountains) and a few kilometers in any direction makes a lot of difference, down pour to a few drops. To this end I have a Personal Weather Station (PWS) that feeds [Weather Underground](https://www.wunderground.com) where I use the [WUnderground](https://www.home-assistant.io/integrations/wunderground) integration to retrieve the data. -You will find my adjustment automation [here](./examples/irrigation_unlimited.yaml) which feeds off the temperature and rainfall observation data. Some ideas were gleaned from [kloggy's](https://github.com/kloggy/HA-Irrigation-Version2) work. +You will find my adjustment automation [here](./examples/irrigation_unlimited.yaml) which feeds off the temperature and rainfall observation data. There is a card [here](./examples/observations_card.yaml) which displays this information (uses [multiple-entity-row](https://github.com/benct/lovelace-multiple-entity-row)). Some ideas were gleaned from [kloggy's](https://github.com/kloggy/HA-Irrigation-Version2) work. ## Troubleshooting @@ -301,7 +301,7 @@ If you want to contribute to this please read the [Contribution guidelines](CONT Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template. -Some inspiration was taken from [kloggy's](https://github.com/kloggy/HA-Irrigation-Version2) work. +Some inspiration was taken from [kloggy](https://github.com/kloggy/HA-Irrigation-Version2)'s work. ***