-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underlying config changes #590
Conversation
Updates previously defined 4x entries to new config style Changes to thermostat_X to load underlying entities from list Changes to thermostat X to display underlying entities as a list - COULD BREAK EXISTING TEMPLATES
Hello @hilburn , This is really a great change ! Thank you so much for this. I will also close the #551 PR. |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
This seems just perfect. I don't have any comments to do.
Hello @hilburn , |
Ok, I think that should be all matching now |
I hv resolved the conflicts with my last release. It was minor. |
I will merge and debug it in local. I don't understand why the test fails. |
Awesome, I'm glad it all looks good on your end |
I have this error on test:
on test_user_config_flow_over_climate_auto_start_stop (my last test). I try to find out why. EDIT: ok. Have to use CONF_UNDERLYING_LIST instead CONF_CLIMATE. |
It is fine now. I will do a beta release. Can you please give it a try ? Pre-release is here: https://github.com/jmcollin78/versatile_thermostat/releases/tag/6.6.0.beta1 Many thanks @hilburn and @pounard for this great enhancement. |
You never configure this fan-mode ? You don't change this and me too. It is set to "turbo" on my side. That was my previous value. Nothing weird for me. |
Ahhh never mind, it just defaults to that during setup and I never noticed or turned it off |
All (modified) tests working
Allows entry of an arbitrary number of entities into a climate, switch, or valve VTherm controller
Possibility of mild breaking changes for existing template/triggers as the attributes of the resulting climate entity have changed, from:
underlying_X_[1-4]
tounderlying_entities
- however I don't see that being a commonly referenced attribute in those contextsShould supercede #551