In "more info", don't try to load the state history if it's explicitely disabled for an entity

recorder:
  exclude:
    entities:
    - binary_sensor.capteur_motion_salon

Annotation 2020-05-01 110908

It would be great if the frontend could check that an entity has its state history disabled, and not try to load it anyway.

Somewhere around https://github.com/home-assistant/frontend/blob/2084ecc4c6f8ec14a5884402fbbfe0fbff3147d3/src/dialogs/more-info/more-info-controls.js#L205 , I guess.

I like the reminder that I’ve got that entity excluded from the history :slight_smile: