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

Errors in Logs related to Temperature #4

Open
bearhntr opened this issue Jan 19, 2024 · 1 comment
Open

Errors in Logs related to Temperature #4

bearhntr opened this issue Jan 19, 2024 · 1 comment

Comments

@bearhntr
Copy link

Was noticing today - when I looking in the logs - many, many lines like these (these are the last two - right after a reboot of HA):

2024-01-19 14:01:56.927 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.family_hub_cooler_temperature_measurement (<class 'custom_components.smartthings.sensor.SmartThingsSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['°C', 'K', '°F']; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'smartthings' custom integration
2024-01-19 14:01:56.929 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.family_hub_cooler_thermostat_cooling_setpoint (<class 'custom_components.smartthings.sensor.SmartThingsSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['°C', 'K', '°F']; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'smartthings' custom integration

@kernelpanic85
Copy link

Somewhat related, I see these errors for my fridge:

Entity sensor.refrigerator_freezer_thermostat_cooling_setpoint (<class 'custom_components.smartthings.sensor.SmartThingsSensor'>) is using native unit of measurement 'Fahrenheit' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°F', '°C']; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'smartthings' custom integration
Entity sensor.refrigerator_cooler_thermostat_cooling_setpoint (<class 'custom_components.smartthings.sensor.SmartThingsSensor'>) is using native unit of measurement 'Fahrenheit' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°F', '°C']; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'smartthings' custom integration
Entity sensor.refrigerator_onedoor_thermostat_cooling_setpoint (<class 'custom_components.smartthings.sensor.SmartThingsSensor'>) is using native unit of measurement 'Fahrenheit' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°F', '°C']; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'smartthings' custom integration

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

No branches or pull requests

2 participants