Hey Lex,
A few things for me to catch up on.
I get what you have in mind with providing a trend arrow option for top_element - sounds like a good idea. I’ll add it to my list of things to do (GitHub issue).
Compass should show a marker arrow by default, so if it’s not, you may have found a bug. The following YAML should work:
- type: custom:ring-tile
entity: sensor.netatmo_hg91_wind_strength
marker: sensor.buienradar_wind_direction
ring_type: compass
ring_only: true
ring_size: 2
top_element: icon
If this still isn’t working, let me know your device / operating system / browser version etc and I’ll see if I can reproduce. One thing to check is that your wind direction entity (sensor.buienradar_wind_direction) produces a compass angle in degrees.
As it happens, tap_action is implemented, but because I haven’t tested it thoroughly yet, I haven’t documented it. Give it a try. Examples:
Default case (more info):
tap_action:
action: more_info
Navigate:
tap_action:
action: navigate
navigation_path: /dashboards/weather
URL (limited to the ring only):
icon_tap_action:
action: url
url: https://github.com/neponn/ring-tile-card
The usual config options for tap_action should work, but as I mention, not fully tested so things may break.