nkitanov / iaq_board

IAQ Board is a DIY (Do-It-Yourself) device for measuring internal air quality
358 stars 32 forks source link

YAML doesnt compile on new ESPHome - Neopixel variant not defined #25

Closed Dinth closed 9 months ago

Dinth commented 1 year ago

Hi. I cannot compile it using the latest ESPHome, because im getting Neopixel error:

INFO Reading configuration /config/esphome/iaq-privateoffice.yaml...
WARNING 'iaq_privateoffice': Using the '_' (underscore) character in the hostname is discouraged as it can cause problems with some DHCP and local name services. For more information, see https://esphome.io/guides/faq.html#why-shouldn-t-i-use-underscores-in-my-device-name
Failed config

light.neopixelbus: [source /config/esphome/iaq-privateoffice.yaml:587]

  'variant' is a required option for [light.neopixelbus].
  platform: neopixelbus
  num_leds: 3
  pin: GPIO16
  name: RGB strip
  id: rgb_led
  default_transition_length: 0s