From 54819318d3061512052f0dd70ca29b408bebd31c Mon Sep 17 00:00:00 2001 From: Yevgeniy Prokopenko <33804747+Yevgenium@users.noreply.github.com> Date: Tue, 24 Aug 2021 01:18:08 +0600 Subject: [PATCH] Delete INFO.md --- INFO.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 INFO.md diff --git a/INFO.md b/INFO.md deleted file mode 100644 index 9316bff..0000000 --- a/INFO.md +++ /dev/null @@ -1,20 +0,0 @@ -![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 |