You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
)
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: