Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect code validation error for substitutions #19

Closed
GrKoR opened this issue Feb 26, 2021 · 1 comment
Closed

incorrect code validation error for substitutions #19

GrKoR opened this issue Feb 26, 2021 · 1 comment

Comments

@GrKoR
Copy link

GrKoR commented Feb 26, 2021

first.yaml

substitutions:
devicename: boo

<<: !include common.yaml

common.yaml

esphome:
name: $devicename
platform: ESP8266
...
etc
...

It reports for string "name: $devicename" that "$" is incorrect symbol for name.
But it's ok and no problems with compilation

@glmnet
Copy link
Member

glmnet commented Mar 3, 2021

thats an issue in ESPHome itself as validation is done by ESPHome.

I believe the issue has been solve in ESPHome already.

Thanks

@glmnet glmnet closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants