From 8276c1822d45858bc5a04469d0118bc31a5acb79 Mon Sep 17 00:00:00 2001 From: Yevgeniy Prokopenko <33804747+sgttrs@users.noreply.github.com> Date: Fri, 26 Jul 2019 21:13:43 +0600 Subject: [PATCH] Create INFO.md --- INFO.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INFO.md diff --git a/INFO.md b/INFO.md new file mode 100644 index 0000000..9316bff --- /dev/null +++ b/INFO.md @@ -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 |