Skip to content

Commit

Permalink
Update reade for chart style2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlamberts78 committed Aug 8, 2023
1 parent 25ee779 commit 9b2489b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ entity: weather.home
| condition_icons | boolean | true | Show or hide forecast condition icons. |
| show_wind_forecast | boolean | true | Show or hide wind forecast on the card. |
| round_temp | boolean | false | Option for rounding the forecast temperatures |
| style | string | style1 | Change chart style, options: 'style1' or 'style2' |

##### Units of measurement

Expand All @@ -113,6 +114,14 @@ show_date: true
units:
speed: Bft
```
###### Style2 chart
![style2](https://github.com/mlamberts78/weather-chart-card/assets/93537082/3067cc43-0e80-492c-b4a5-771b1e44ea17)
```yaml
type: custom:weather-chart-card
entity: weather.my_home
forecast:
style: style2
```
###### Chart only
![Chart-only](https://github.com/mlamberts78/weather-chart-card/assets/93537082/c99d85a4-30d1-4fd9-90ff-877421b39e9b)
```yaml
Expand Down

0 comments on commit 9b2489b

Please sign in to comment.