
- Take a screenshot of the satellite view of your house (or location of the weather station) and save to the following directory of your HA config: `config/www/'
- replace
<file.jpg>
in the config below with the name of your image
- You'll need to install the compass-card
- win :)
type: vertical-stack
title: Wind Speed & Direction
cards:
- square: false
columns: 2
type: grid
cards:
- type: vertical-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.ecowitt_windspeedkph
icon: mdi:weather-windy
name: Speed
icon_color: yellow
- type: custom:mushroom-entity-card
entity: sensor.ecowitt_winddir
icon: mdi:compass
name: Direction
icon_color: light-blue
- type: custom:mushroom-entity-card
entity: sensor.daily_mean_wind_speed
name: Avg Speed
icon: mdi:weather-windy-variant
- type: vertical-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.ecowitt_windgustkph
icon: mdi:chart-sankey
name: Wind Speed
icon_color: pink
- type: custom:mushroom-entity-card
entity: sensor.ecowitt_maxdailygust
icon: mdi:wind-power-outline
name: Max Gust
icon_color: purple
- type: custom:compass-card
indicator_sensors:
- sensor: sensor.ecowitt_winddir
indicator:
type: arrow_inward
value_sensors:
- sensor: sensor.ecowitt_windspeedkph
compass:
circle:
background_image: /local/<file.jpg>
background_opacity: 0.5
north:
show: true
east:
show: true
west:
show: true
south:
show: true