esphome / dashboard

ESPHome dashboard and ESPHome Web
https://web.esphome.io
MIT License
75 stars 56 forks source link

use esphome language #562

Closed glmnet closed 8 months ago

glmnet commented 10 months ago

this migrates from yaml language to esphome language in the monaco editor, this mostly deals with changing how tokens are named, more specifically keys in yaml blocks are no longer text but keywords, this results in the editor triggering a completion dropdown to show up as soon as a character is written. This has a major impact on editing on mobile as there is no easy way to trigger the auto completions