Skip to content
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

added a fix for Home Assistant 2024.1.0 #163

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

PatrikTheDev
Copy link
Contributor

One of the calls to ToshibaAcEnumSelectDescription.__init__() in _SELECT_DESCRIPTIONS was missing an icon_mapping parameter which started causing issues on Home Assistant 2024.1.0. I've added the missing parameter which has fixed the issue. Another option would have been to mark the field as optional but this was a simpler change (I'm not an experienced Python dev, most of my work is in TypeScript).

I've tested this change on my local instance and it fixes the issue.

@h4de5 h4de5 merged commit 3255803 into h4de5:main Dec 28, 2023
3 checks passed
@h4de5
Copy link
Owner

h4de5 commented Dec 28, 2023

thank you very much for you contribution!

@dominicusmento
Copy link

@h4de5 Can this be published?

@h4de5
Copy link
Owner

h4de5 commented Jan 4, 2024

donev 86f9dba

sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants