Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two enhancement suggestions #792

Open
txNgineer opened this issue Mar 9, 2023 · 0 comments
Open

Two enhancement suggestions #792

txNgineer opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@txNgineer
Copy link

I am using the card on my Lovelace dashboard and am very pleased with it and its current customizations. There are two things that would enhance my layout if you ever have time to consider it.

First, I would like to be able to control the size of the indicator icon somewhat. In my case where it is a wind direction indicator, it would be a bit better if it were larger. Second, I would like to be able to move the direction text (e.g., "SE 135") below the wind speed text.

Here is my Lovelace code:

type: custom:compass-card
header:
  title:
    value: Wind
indicator_sensors:
  - sensor: sensor.openweathermap_wind_bearing
    indicator:
      type: arrow_inward
    state_value:
      show: true
    state_units:
      show: true
value_sensors:
  - sensor: sensor.wind_speed_mph
compass:
  north:
    show: true

Note that I did a value template to convert the openweathermap_wind_speed from m/s to the "uncouth" MPH.

@tomvanswam tomvanswam added the enhancement New feature or request label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants