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
Resolves the error vimar::VimarClimate implements the is_aux_heat property or uses the auxiliary heater methods in a subclass of ClimateEntity which is deprecated and will be unsupported from Home Assistant 2024.10. Please create a bug report at https://github.com/h4de5/home-assistant-vimar/issues
Opening PR to discuss how to implement boost heating. Home assistant docs say that we should implement the Aux heat functionality as a switch part of the device
Resolves the error vimar::VimarClimate implements the is_aux_heat property or uses the auxiliary heater methods in a subclass of ClimateEntity which is deprecated and will be unsupported from Home Assistant 2024.10. Please create a bug report at https://github.com/h4de5/home-assistant-vimar/issues
Opening PR to discuss how to implement boost heating. Home assistant docs say that we should implement the Aux heat functionality as a switch part of the device
This would most likely require to create a new entity class that subclasses ToggleEntity (and of course VimarEntity), although as for how to register that toggle, I'm not sure and your input @h4de5 would be greatly appreciated. I reckon that the ClimateEntity should conditionally register this new entity, but I'm not sure about how to do that or how to handle cases in the future where the entity might not be available, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves the error
vimar::VimarClimate implements the is_aux_heat property or uses the auxiliary heater methods in a subclass of ClimateEntity which is deprecated and will be unsupported from Home Assistant 2024.10. Please create a bug report at https://github.com/h4de5/home-assistant-vimar/issuesOpening PR to discuss how to implement boost heating. Home assistant docs say that we should implement the Aux heat functionality as a switch part of the device