Skip to content

Commit

Permalink
Remove misleading yaml arrays in config section
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kissling committed Sep 25, 2023
1 parent 2e536ae commit b4193c5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,30 +86,30 @@ The basic idea of the forecast bars is to be able to understand the weather tren
### Minimal configuration

```yaml
- type: custom:clock-weather-card
entity: weather.home
type: custom:clock-weather-card
entity: weather.home
```

### Full configuration

```yaml
- type: custom:clock-weather-card
entity: weather.home
title: Home
sun_entity: sun.sun
temperature_sensor: sensor.outdoor_temp
weather_icon_type: line
animated_icon: true
forecast_days: 5
locale: en-GB
time_format: 24
date_pattern: P
hide_today_section: false
hide_forecast_section: false
hide_clock: false
hide_date: false
hourly_forecast: false
use_browser_time: true
type: custom:clock-weather-card
entity: weather.home
title: Home
sun_entity: sun.sun
temperature_sensor: sensor.outdoor_temp
weather_icon_type: line
animated_icon: true
forecast_days: 5
locale: en-GB
time_format: 24
date_pattern: P
hide_today_section: false
hide_forecast_section: false
hide_clock: false
hide_date: false
hourly_forecast: false
use_browser_time: true
```

### Options
Expand Down

0 comments on commit b4193c5

Please sign in to comment.