generated from esphome/esphome-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
As per example file, following notes are present (also mentioned in other files the same way):
wifi-fancontroller/modules/rpm_status_leds.yaml
Lines 6 to 13 in a28ba2e
| # 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::

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% speedAm I wrong, or the example?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels