-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: Bosch BTH-R*: Rename key to window_detection
#10722
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
fix: Bosch BTH-R*: Rename key to window_detection
#10722
Conversation
|
To prevent another breaking change, I would suggest to add |
|
@Koenkk Sure, but a bit more has then to be changed as well. I can certainly do that if you prefer. However, reverting a key's name seemed like the less invasive option. 😊 |
|
hmm, then lets do the rename, could you update this pr to do just that? |
|
@Koenkk Alright, should be good to go. 😊 |
|
thanks! |
In #10309, the property key for the window detection switch was renamed from
window_detectiontowindow_open_modewhich isn't recognized by the HA extension. This PR fixes the issue.Depends on #10709