Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Feb 13, 2021
1 parent cce09f2 commit b171810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

***

Expand Down

0 comments on commit b171810

Please sign in to comment.