-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Getting warnings in logs #1308
Comments
Hi!
|
Similar deprecation notices here:
|
same here +1 |
more log for your control 2024-09-11 14:10:38.006 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from smartir, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'smartir' custom integration 2024-09-11 14:10:38.980 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.smartir.climate.SmartIRClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE: 9>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-09-11 14:10:39.085 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.smartir.media_player.SmartIRMediaPlayer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <MediaPlayerEntityFeature.VOLUME_MUTE|PREVIOUS_TRACK|NEXT_TRACK|TURN_ON|TURN_OFF|PLAY_MEDIA|VOLUME_STEP|SELECT_SOURCE: 4024>, please report it to the author of the 'smartir' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation |
welp i was gonna add to these logs but i think the point has been put across already |
Hello, just use my fork, it is maintained and all those issues are solved there: https://github.com/litinoveweedle/SmartIR |
Seriously? Please stop spam |
Seriously? Then please maintain your repo and accept pending PRs. I did offer you my help in maintenance of this project, but without reply. So I did what I had to - fork and start doing maintenance work for users. So if people are desperately seeking help here I am doing the best for them - point them to fork that actually works and is supported. |
HI Vassilis just to avoid confusion, the latest changed was done on 12/23. just to know what we can do, wait or change repo. so , only to clarify that :-) thanks again !! |
Home Assistant version 2024.8.3
SmartIR version 1.17.9
SmartIR configuration
Add configuration here
Describe the bug
A clear and concise description of what the bug is.
I can see this warning in the logs after upgrading to 2024.8.3
Debug log
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: