Skip to content

Module rpm_status_leds example config wrong? #23

@patschi

Description

@patschi

As per example file, following notes are present (also mentioned in other files the same way):

# Usage:
# packages:
# rpm_status_leds:
# url: https://github.com/zeroflow/wifi-fancontroller
# files: [modules/rpm_status_leds.yaml]
# ref: main
# vars:
# full_rpm: "2500" # RPM value considered as 100% speed (green LED)

But when using above, ESPHome's editor doesnt' seem to like vars::
Image

I have been using this one before and seems to work:

  rpm_status_leds:
    url: https://github.com/zeroflow/esphome-fancontroller
    files: 
      - path: modules/rpm_status_leds.yaml
        vars:
          full_rpm: 2000 # considered 100% speed

Am I wrong, or the example?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions