Skip to content

Commit

Permalink
Update README.md (fix #192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 18, 2024
1 parent cd6343c commit 41709ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ I also suggest you [visit the support topic][forum] on the community forum.
Adding the following to your `configuration.yaml` file will create two weather locations,
one for the home coordinates and one for the remote location.

The first location will create three entities: hourly weather provider and two sensors
(for current temperature and current humidity). The second location will create eight
sensors: four groups of sensors (temperature + humidity) for current weather and forecasts
for today and 2 days forward.

The first location will create one entity: just weather provider. The second location will create 21
sensors: four groups of sensors for current weather and forecasts for today and 2 days forward.
Another 78 sensors will be created but disabled. You can enable that sensors through device settings.
```yaml
# Example configuration.yaml entry
gismeteo:
Expand Down
4 changes: 2 additions & 2 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ gismeteo:
name: Our Country House
latitude: 46.0561601
longitude: 13.1741225
sensors:
forecast_days: 2
add_sensors: yes
forecast_days: 2

0 comments on commit 41709ce

Please sign in to comment.