yamlfix
yamlfix copied to clipboard
quoted value " replaced by ' even if quote representation set
With the following YAML:
esphome:
name: test-esp # atom-bluetooth-proxy
friendly_name: Test ESP # Bluetooth Proxy
# name_add_mac_suffix: true
project:
name: esphome.bluetooth-proxy
version: "1.0"
version
value is replaced by '1.0'
even if I set the following configuration:
comments_min_spaces_from_content = 2
section_whitelines = 1
explicit_start = false
line_length = 0
quote_representation = '"'
Except if I missed something, the value should stay as it is.
actually having the same issue
Oops, looks duplicate as #252 and unfortunately there is no solution.