generated from esphome/esphome-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
In HA there's "PWM Minimum" which ranges from number 0 to 30:

But I can't figure out (easily) what these values refer to. Are those percentage? (What is 100%)
As per YAML config here:
wifi-fancontroller/modules/temperature_pid.yaml
Lines 150 to 159 in 895a55d
| - platform: template | |
| entity_category: config | |
| name: PWM Minimum | |
| id: pwm_minimum | |
| restore_value: true | |
| min_value: 0 | |
| max_value: 30 | |
| step: 1 | |
| initial_value: 20 | |
| optimistic: True |
It also doesn't explain more. If it is percentage, I'd make it 0-100.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels