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

Commit

Permalink
Create INFO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgenium authored Jul 26, 2019
1 parent 05fa3e0 commit 8276c18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions INFO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
![openweathermap-eng](https://user-images.githubusercontent.com/33804747/50649716-d987f880-0fa8-11e9-9608-93aa8b2857f4.png)

## Configuration

```yaml
# Example Lovelace UI config entry
- type: 'custom:weather-card-chart'
title: Weather
weather: weather.openweathermap
```
#### Configuration variables:
| Name | Optional | Description |
| ------- | -------- | -------------------------------------------------------------------------------------------------- |
| type | **No** | Should be `'custom:weather-card-chart'` |
| title | **No** | Card title |
| weather | **No** | An entity_id with the `weather` domain |
| temp | Yes | Entity_id of the temperature sensor. Show temperature value from sensor instead |
| mode | Yes | Default value: `daily`. Set mode to `hourly` to display hours instead weekdays on the chart |

0 comments on commit 8276c18

Please sign in to comment.