You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Then you can add the card to the view:
19
19
- type: 'custom:weather-card-chart'
20
20
title: Weather
21
21
weather: weather.openweathermap
22
-
sun: sun.sun
23
22
```
24
23
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`:
25
24
```yaml
@@ -36,6 +35,5 @@ custom_updater:
36
35
| type | **No** | Should be `'custom:weather-card-chart'` |
37
36
| title | **No** | Card title |
38
37
| weather | **No** | An entity_id with the `weather` domain |
39
-
| sun | Yes | Should be `sun.sun`. Show sunrise and sunset time |
40
38
| temp | Yes | Entity_id of the temperature sensor. Show temperature value from sensor instead |
41
39
| mode | Yes | Default value: `daily`. Set mode to `hourly` to display hours instead weekdays on the chart |
0 commit comments