home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

history-graph plots wrong info #193

Closed steve28 closed 5 years ago

steve28 commented 5 years ago

Seems related to: #149 - but it's still not working correctly as of 0.82.1

I made a vertical-stack showing two history-graphs of the same sensor. One to show the default "past 24 hours" and one to show only the last hour. Like so:

      - type: vertical-stack
        cards:
        - type: history-graph
          title: House Power - 24 Hours
          entities:
            - sensor.house_power
        - type: history-graph
          title: House Power - 1 Hour
          hours_to_show: 1
          entities:
            - sensor.house_power

When I do this, I get the exact same graph twice: screen shot 2018-11-16 at 12 35 55 pm Some more info:

steve28 commented 5 years ago

I should add that I see this in both Chrome and Safari on my Mac running OSX 10.14.1

ghost commented 5 years ago

This issue was moved by iantrich to home-assistant/home-assistant-polymer#2061.