home-assistant / ui-schema

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

Add groups to history panel #207

Closed ghost closed 5 years ago

ghost commented 5 years ago

@andrey-git commented on May 9, 2017, 6:58 PM UTC:

Currently the history panel is extremely overloaded. For example I have more than 10 temperature sensors and all of them are drawn on a single line graph.

I propose to add something like this to the history component config:

history:
  groups:
    name1:
      - entity_id1
      - entity_id2
    name2:
      - entity_id3

This will be exposed as /api/history/groups and used by the UI to add graphs.

WDYT?

This issue was moved by zsarnett from home-assistant/home-assistant-polymer#277.

ghost commented 5 years ago

@balloob commented on May 10, 2017, 5:48 AM UTC:

interesting idea. I'm not opposed.

I would prefer if we could do something automatic. But I guess we do that now and it sucks 🤔

ghost commented 5 years ago

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