esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 36 forks source link

Can not set fan speed to 0 #4285

Open camohob opened 1 year ago

camohob commented 1 year ago

The problem

When I set the speed from 2 (for example) to 0, the value is sent to the output and returned back to HA unchanged (2). Why minimum value is 1? HA supports the value 0 but bounces when I try to set it to 0 and returns it back unchanged.

Screenshot_1

Which version of ESPHome has the issue?

2023.2.4

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.3.1

What platform are you using?

ESP8266

Board

nodemcuv2

Component causing the issue

fan

Example YAML snippet

fan:
  - platform: speed
    id: fan_in
    output: fan_in_output
    name: "THE Fan"
    speed_count: 3

Anything in the logs that might be useful for us?

No response

Additional information

3115

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

camohob commented 1 year ago

ping