Last active
September 21, 2023 13:57
-
-
Save boozeman/98c206021c5a32ef85f09cf73c456bcf to your computer and use it in GitHub Desktop.
custom:windrose-card (install from HACS)
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
type: custom:windrose-card | |
title: Wind direction last 8hrs | |
data_period: | |
hours_to_show: 8 | |
max_width: 400 | |
refresh_interval: 300 | |
windspeed_bar_location: bottom | |
windspeed_bar_full: false | |
wind_direction_entity: | |
entity: sensor.wind_direction_10min_avg | |
direction_unit: degrees | |
use_statistics: false | |
direction_compensation: 0 | |
windspeed_entities: | |
- entity: sensor.wind_speed_10min_avg | |
name: Wind Speed | |
speed_unit: mps | |
- entity: sensor.wind_gusts_10min_avg | |
name: Wind Gusts | |
speed_unit: mps | |
use_statistics: true | |
speed_range_step: 2 | |
speed_range_max: 25 | |
output_speed_unit: mps | |
speed_range_beaufort: false | |
windrose_draw_north_offset: 0 | |
cardinal_direction_letters: NESW | |
matching_strategy: direction-first | |
center_calm_percentage: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment