unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
22 stars 0 forks source link

[bug] Climate entity type with feature "on_off" shows "off" command but not "on" command #186

Open Talkabout opened 8 months ago

Talkabout commented 8 months ago

Is there an existing issue for this?

Description

If a climate entity supports "on_off" feature it can be powered off by the corresponding popup menu on the remote. The opposite is not possible. There is no "on" option available, only the modes.

How to Reproduce

  1. create climate entity device with "on_off" feature
  2. add device to a screen
  3. on remote try to turn on this device. This is not possible because the "on" command is missing.
  4. enable device manually and try to turn it off on the device. This is actually possible because the "off" option can be seen in the command list.

Expected behavior

There should be the "on" command available when device is powered off, additionally to the modes.

System version

1.4.5

What part of the system affected by the problem?

UI, Integration

Additional context

No response