mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
286 stars 34 forks source link

show_attributes default setting not according documentation #9

Closed nvdael closed 1 year ago

nvdael commented 1 year ago

In documentation is the show_attributes setting described as default=true, but in version 1.6.3 the setting is default=false. Not a big problem, but maybe you can have a look at it :-)

mlamberts78 commented 1 year ago

I cannot reproduce the issue, is show_attributes on false when you create a new card?

nvdael commented 1 year ago

this is my config, without explicit define this setting, the values aren't showing in the card:

- type: custom:weather-chart-card
  entity: weather.buienradar
  temp: sensor.esp_weatherstation_sht3x_temperature
  humid: sensor.esp_weatherstation_sht3x_humidity
  show_main: true
  show_attributes: true
  forecast:
    labels_font_size: 16
  units:
    speed: Bft
mlamberts78 commented 1 year ago

Thanks for the clarification, I found the issue and the fix will be included in the next release.