Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

BUG: useHvacMode: true #526

Closed
Xitro01 opened this issue Nov 16, 2020 · 0 comments · Fixed by #533
Closed

BUG: useHvacMode: true #526

Xitro01 opened this issue Nov 16, 2020 · 0 comments · Fixed by #533

Comments

@Xitro01
Copy link

Xitro01 commented Nov 16, 2020

Hello guys,

When I use "useHvacMode" for my climate entities, I just get a blank title, so it doesn't show "heat" or "off" it's just blank. There is a small spot where I can point and click to show the list with options.
I fixed it using:
<div class="item-climate--mode" ng-if="(_options = getClimateOptions(item, entity))" ng-click="openSelect(item)"> <span ng-bind="entity.state"></span> </div>

But this will break it when you are not using the HvacMode.

Also when I use HvacMode my airconditioning works just fine, but my heater when I turn it off I can't turn it back on.

rchl added a commit that referenced this issue Nov 20, 2020
Also, show "hvac_action" attribute by default in the subtitle as, when
available, it shows the current state of the climate device which should
be quite useful.

Resolves #526
@rchl rchl closed this as completed in #533 Nov 21, 2020
rchl added a commit that referenced this issue Nov 21, 2020
)

Also, show "hvac_action" attribute by default in the subtitle as, when
available, it shows the current state of the climate device which should
be quite useful.

Resolves #526
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant