danielperna84 / hass-configurator

Configuration UI for Home Assistant
MIT License
313 stars 168 forks source link

Bump Ace editor version #158

Closed emontnemery closed 5 years ago

emontnemery commented 5 years ago

Bump Ace editor version to 1.4.4 which improves highlight of multiline string in YAML (ajaxorg/ace#3919)

In previous version, yaml such as this would be incorrectly highlighted:

  action:
  - service_template: >
      {% if is_state(trigger.entity_id, 'on') %}
        homeassistant.turn_on
      {% else %}
        homeassistant.turn_off
      {% endif %}
    data:
      entity_id:
      - light.led_trappan_uppe
danielperna84 commented 5 years ago

Thanks. 👍