Skip to content

Commit

Permalink
chore: Update README.me configuration section
Browse files Browse the repository at this point in the history
Add clarifying comment to indicate that users must replace the weather provider's entity ID
  • Loading branch information
pkissling authored Oct 3, 2024
1 parent b85379f commit cc50f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ The basic idea of the forecast bars is to be able to understand the weather tren

```yaml
type: custom:clock-weather-card
entity: weather.home
entity: weather.home # replace with your weather service's enytity ID
```

### Full configuration

```yaml
type: custom:clock-weather-card
entity: weather.home
entity: weather.home # replace with your weather service's enytity ID
title: Home
sun_entity: sun.sun
temperature_sensor: sensor.outdoor_temp
Expand Down

0 comments on commit cc50f05

Please sign in to comment.