Frontend: Automations condition.weekday missing in Automation GUI

Created on 29 Sep 2019  路  10Comments  路  Source: home-assistant/frontend

The weekday interface in the Automations UI is missing.
I have the following config:

- id: '1555796295451'
  alias: Verwarming uit MA DI WO DO
  trigger:
  - at: '11:30'
    platform: time
  condition:   
  - condition: time
    weekday:
    - mon
    - tue
    - wed
    - thu
  action:
  - data:
      entity_id: climate.woonkamer,climate.serre
      temperature: 16
    service: climate.set_temperature
  - data:
      entity_id: automation.schuifpui_dicht_zet_verwarming_aan
    service: automation.turn_off

But the interface looks like this
image
It would be nice to have a