home-assistant / ui-schema

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

entities card does not present header toggle for automation entities #176

Closed steve28 closed 5 years ago

steve28 commented 6 years ago

I have an entities card with all of my automations on it for ease of disabling when guest are over, I am working on something, etc. In doing so, I have noticed that on an entities card that only contains automation entities, there is no header toggle presented. For example:

- type: entities
  title: Test Card
  entities:
    - automation.apartment_alarms
    - automation.arrive_actions
    - automation.attic_lights_autooff

shows: image Also, show_header_toggle: true has no effect.

I would expect there to be a group toggle at the top to allow turning off all the automations at once.

ghost commented 5 years ago

This issue was moved by zsarnett to home-assistant/home-assistant-polymer#2161.