home-assistant / ui-schema

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

Vacuum In Entities Card Are Missing The Toggle And Only Showing State As Text #117

Closed dshokouhi closed 6 years ago

dshokouhi commented 6 years ago

Prior to 0.74 the vacuum entities each had their own toggle in the entities card. Now the toggle is missing and the state of the device is listed.

YAML

  - type: entities
    title: Vacuums
    show_header_toggle: false
    entities:
    - vacuum.mr_neato
    - vacuum.mrs_neato

actual: vacuum_toggle_missing

expected: vacuum_toggle_expected

dshokouhi commented 6 years ago

automations are also missing the toggle as well:

auto_toggle_missing