Last active
July 7, 2020 03:14
-
-
Save niemyjski/aafbff516d307111dc7e92eedafe923c to your computer and use it in GitHub Desktop.
Lovelace Weather for the Tempest (https://github.com/niemyjski/home-assistant/commit/fc9d2cf59a070b35b177a1cc1e67103d47247a8b#diff-3638bd3935fc1c5ae1ca3489d4386878R4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- badges: [] | |
cards: | |
- entity: weather.smartweather | |
name: Forecast | |
show_forecast: true | |
type: weather-forecast | |
- entities: | |
- entity: sensor.smartweather_wind_bearing | |
- entity: sensor.smartweather_wind_chill | |
- entity: sensor.smartweather_wind_direction | |
- entity: sensor.smartweather_wind_gust | |
- entity: sensor.smartweather_wind_lull | |
- entity: sensor.smartweather_wind_speed | |
show_header_toggle: false | |
title: Wind | |
type: entities | |
- entities: | |
- entity: sensor.smartweather_feels_like | |
- entity: sensor.smartweather_dewpoint | |
- entity: sensor.smartweather_heat_index | |
- entity: sensor.smartweather_temperature | |
- entity: sensor.smartweather_humidity | |
- entity: sensor.smartweather_pressure | |
show_header_toggle: false | |
title: Temperature & Humidity | |
type: entities | |
- entities: | |
- entity: sensor.smartweather_illuminance | |
- entity: sensor.smartweather_uv | |
- entity: sensor.smartweather_solar_radiation | |
show_header_toggle: false | |
type: entities | |
title: Solar | |
- entities: | |
- entity: sensor.smartweather_lightning_count | |
- entity: sensor.smartweather_rain_rate | |
- entity: sensor.smartweather_rain_last_hour | |
- entity: sensor.smartweather_rain_minutes_today | |
- entity: sensor.smartweather_rain_today | |
- entity: sensor.smartweather_rain_minutes_yesterday | |
- entity: sensor.smartweather_rain_yesterday | |
show_header_toggle: false | |
type: entities | |
title: Rain | |
icon: 'mdi:weather-cloudy' | |
id: weather | |
path: weather | |
title: Weather |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment