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 problem with ESPHOME as of January 2024 #4

Closed
roblatour opened this issue Jan 16, 2024 · 2 comments
Closed

Compile problem with ESPHOME as of January 2024 #4

roblatour opened this issue Jan 16, 2024 · 2 comments

Comments

@roblatour
Copy link

roblatour commented Jan 16, 2024

Am getting this error as of Janaury 16 2024 (yaml was not changed):

INFO Reading configuration /config/esphome/esphome-weather-display.yaml...
INFO Detected timezone 'America/Toronto'
Failed config

binary_sensor.gpio: [source <unicode string>:325]
  platform: gpio
  pin: 
    number: 14
    mode: 
      input: True
      output: False
      open_drain: False
      pullup: False
      pulldown: False
    inverted: False
    ignore_strapping_warning: False
    drive_strength: 20.0
  name: Key Button
  id: key_button
  internal: True
  filters: 
    - invert: {}
  on_press: 
    - then: 
        - display.page.show_next: 
            
            ID 'disp' of type tdisplays3::TDisplayS3 doesn't inherit from display::DisplayBuffer. Please double check your ID is pointing to the correct value.
            id: disp
        - component.update: 
            id: disp
  disabled_by_default: False```
@roblatour
Copy link
Author

Apparently a fix, within ESPHome, is on its way:
here

@roblatour
Copy link
Author

Fixed with an update of ESPHome today

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

1 participant