konnected-io / konnected-esphome

ESPHome firmware configuration and recipes for Konnected devices
Other
54 stars 36 forks source link

Error compiling with ESPHOME 2023.11.0 #23

Closed monsieurlatte closed 10 months ago

monsieurlatte commented 10 months ago

When it's compiling it says that the value below is not allowed in the https://github.com/konnected-io/konnected-esphome/blob/master/packages/status-led.yaml

initial_value: $blink_on_state

looks like it doesn't like the $ in it.

Copied the code and removed that package from auto import and removed the $ and it works.

heythisisnate commented 10 months ago

The blink_on_state substitution variable was added in the product-name-base.yaml package for each of our product configs. It should be set to 'true' automatically when updating.

Can you share your full config?

monsieurlatte commented 10 months ago

Ah I think I did a hodge podge of config and I dont pull in product-name in my config, that is likely it then.