Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 59cf788

Browse files
authored
Update README.md
1 parent 8097f34 commit 59cf788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Then you can add the card to the view:
1919
- type: 'custom:weather-card-chart'
2020
title: Weather
2121
weather: weather.openweathermap
22-
sun: sun.sun
2322
```
2423
You can update this card using [custom updater](https://github.com/custom-components/custom_updater). To do this, add these lines to `custom_updater` configuration in `configuration.yaml`:
2524
```yaml
@@ -36,6 +35,5 @@ custom_updater:
3635
| type | **No** | Should be `'custom:weather-card-chart'` |
3736
| title | **No** | Card title |
3837
| weather | **No** | An entity_id with the `weather` domain |
39-
| sun | Yes | Should be `sun.sun`. Show sunrise and sunset time |
4038
| temp | Yes | Entity_id of the temperature sensor. Show temperature value from sensor instead |
4139
| mode | Yes | Default value: `daily`. Set mode to `hourly` to display hours instead weekdays on the chart |

0 commit comments

Comments
 (0)