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

StrEnum was used from better_thermostat #1351

Closed
1 of 3 tasks
chma73 opened this issue May 9, 2024 · 2 comments · Fixed by #1353
Closed
1 of 3 tasks

StrEnum was used from better_thermostat #1351

chma73 opened this issue May 9, 2024 · 2 comments · Fixed by #1353
Assignees
Labels
new bug incoming bug issue

Comments

@chma73
Copy link

chma73 commented May 9, 2024

Prerequisites

  • Model name of your Devices
  • Output from Home Assistant Developer Tools state e.g.
  • Output from Home Assistant Device Diagnostic from BT
{
  YOUR DEVICE DIAGNOSTICS JSON OUTPUT HERE
}

Description

Logger: homeassistant.backports.enum
Quelle: helpers/deprecation.py:206
Erstmals aufgetreten: 8. Mai 2024 um 22:26:18 (1 Vorkommnisse)
Zuletzt protokolliert: 8. Mai 2024 um 22:26:18

StrEnum was used from better_thermostat, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'better_thermostat' custom integration

Steps to Reproduce

Expected behavior:

Actual behavior:

Versions

Additional Information

@chma73 chma73 added the new bug incoming bug issue label May 9, 2024
@jamesonuk jamesonuk mentioned this issue May 13, 2024
6 tasks
@FireflyRobots
Copy link

Better Thermostat stopped working completely for me.

Logger: homeassistant.util.loop
Quelle: util/loop.py:99
Erstmals aufgetreten: 07:41:10 (6 Vorkommnisse)
Zuletzt protokolliert: 07:41:10

Detected blocking call to import_module inside the event loop by custom integration 'better_thermostat' at custom_components/better_thermostat/adapters/delegate.py, line 16: self.adapter = import_module( (offender: /config/custom_components/better_thermostat/adapters/delegate.py, line 16: self.adapter = import_module(), please create a bug report at https://github.com/KartoffelToby/better_thermostat/issues
Detected blocking call to import_module inside the event loop by custom integration 'better_thermostat' at custom_components/better_thermostat/model_fixes/model_quirks.py, line 14: self.model_quirks = import_module( (offender: /config/custom_components/better_thermostat/model_fixes/model_quirks.py, line 14: self.model_quirks = import_module(), please create a bug report at https://github.com/KartoffelToby/better_thermostat/issues
Detected blocking call to import_module inside the event loop by custom integration 'better_thermostat' at custom_components/better_thermostat/model_fixes/model_quirks.py, line 25: self.model_quirks = import_module( (offender: /config/custom_components/better_thermostat/model_fixes/model_quirks.py, line 25: self.model_quirks = import_module(), please create a bug report at https://github.com/KartoffelToby/better_thermostat/issues

@chma73
Copy link
Author

chma73 commented May 25, 2024

Hello @KartoffelToby will this be fixed?

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

Successfully merging a pull request may close this issue.

3 participants