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

compile error following ESPHome 2025.2.0 update #26

Closed
MikeDembek opened this issue Feb 19, 2025 · 1 comment · Fixed by #25
Closed

compile error following ESPHome 2025.2.0 update #26

MikeDembek opened this issue Feb 19, 2025 · 1 comment · Fixed by #25
Assignees

Comments

@MikeDembek
Copy link

MikeDembek commented Feb 19, 2025

Hi there, I updated ESPHome to 2025.2.0 earlier today and now I'm seeing this error when I try to compile:


light.esp32_rmt_led_strip: [source /data/packages/fde7c03b/Integrations/ESPHome/Core.yaml:281]
  platform: esp32_rmt_led_strip
  id: rgb_light
  name: RGB Light
  pin: GPIO3
  
  This feature is not available for the IDF framework version 5.
  rmt_channel: 0
  default_transition_length: 0s
  chipset: WS2812
  num_leds: 1
  rgb_order: grb
  effects: 
    - pulse: 
        name: Slow Pulse

Here's my YAML:

  name: apollo-plt-1-b2c0b0
  friendly_name: Black Raven ZZ Sensor
packages:
  ApolloAutomation.PLT-1: github://ApolloAutomation/PLT-1/Integrations/ESPHome/PLT-1_Minimal.yaml
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: ...

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Thanks for any help!

@TrevorSchirmer
Copy link
Member

Hello, thanks for letting us know. There was a breaking change in the latest HA update. We just made a code change to allow it to now compile on the newest version.

Let us know if you have any other problems.

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

Successfully merging a pull request may close this issue.

2 participants