Closed kovacsla closed 1 week ago
Please try master with all three fixes
Perfect it is working. All three fixes.
I found two other mistiques (sorry):
TEMP_CELSIUS was used from openhab, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead.
TEMP_FAHRENHEIT was used from openhab, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead.
Fixed in master
Perfect "master" is working. All openhab errors disappeared in the log. Thx
Today I upgraded HACS from 1.34 => 2.0, then OpenHAB integration offered me to upgrade (I didn't notice that it's an older version than the one I have). I did it and the errors reappeared. I reset the "master" version to 0.5.9. The new version of HACS does not even let you install the "master" version. Could you put the above changes into a new version? Thx.
0.6 is released
Perfect it is working. Thx
Detected that custom integration 'openhab' calls
async_add_job
, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/openhab/init.py, line 56: hass.async_add_job(, please create a bug report at https://github.com/bob-tm/ha-openhab/issues