You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a bug, but rather a heads-up. As I plowed through my configuration I noticed this log:
Logger: homeassistant.const
Source: helpers/deprecation.py:197
First occurred: 22:01:48 (1 occurrences)
Last logged: 22:01:48
TEMP_CELSIUS was used from nest_protect, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'nest_protect' custom integration
Therefore, I'll provide this kind reminder. :)
What version of this integration (ha-nest-protect) has the issue?
v0.4.0b4
What version of Home Assistant Core has the issue?
2025.1
Device / Model
No response
Diagnostics information
No response
Home Assistant log
Logs
Logger: homeassistant.const
Source: helpers/deprecation.py:197
First occurred: 22:01:48 (1 occurrences)
Last logged: 22:01:48
TEMP_CELSIUS was used from nest_protect, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'nest_protect' custom integration
Additional information
No response
The text was updated successfully, but these errors were encountered:
I just updated from 0.3.12 where I was seeing this same warning, to 0.4.0b5 and I am no longer seeing this warning (TEMP_CELSIUS was used from nest_protect, this is a deprecated constant)
I'm also no longer seeing the other deprecation warning - StrEnum was used from nest_protect, this is a deprecated alias
@AnthonyBe this warning indeed occurs on the current 'main' branch (0.3.12), this is fixed in the beta branch, but due to some issues and time constraints I haven't been able to move from beta to a new stable release.
The problem
Not really a bug, but rather a heads-up. As I plowed through my configuration I noticed this log:
Therefore, I'll provide this kind reminder. :)
What version of this integration (ha-nest-protect) has the issue?
v0.4.0b4
What version of Home Assistant Core has the issue?
2025.1
Device / Model
No response
Diagnostics information
No response
Home Assistant log
Logs
Additional information
No response
The text was updated successfully, but these errors were encountered: