After latest update I am seeing some warnings in the log during startup. I think most are related to things that haven’t fully initialized, but I am wondering if there is something I should be doing differently. My log has crazy numbers of similar warnings from all the Z-Wave things that aren’t yet connected at initial startup.
For example, this is unavailable because the thermostat is Z-Wave and until the Z-Wave network is initialized enough to reach the thermostat it can’t get a value. I’m just filtering once in a while I get impossible readings (like 300%) that throw off my other automation so I’m discarding those.
2021-10-30 09:52:13 WARNING (MainThread) [homeassistant.helpers.template] Template warning: 'float' got invalid input 'unavailable' when rendering template '{% if states('sensor.upstairs_thermostat_relative_humidity') | float >= 0 and states('sensor.upstairs_thermostat_relative_humidity') | float <= 100 %}
{{ states('sensor.upstairs_thermostat_relative_humidity') }}
{% else %}
{{ states('sensor.upstairs_thermostat_relative_humidity_corrected') }}
{% endif %}' but no default was specified. Currently 'float' will return '0', however this template will fail to render in Home Assistant core 2021.12
I also see some new warnings about temperature sensors which I have a huge number of…is there an easy way to get a list of every YAML file in every package that I need to check without manually hunting for each one?
e converted to °F. Temperature conversion for entities without correct device_class is deprecated and will be removed from Home Assistant Core 2022.3. Please update your configuration if device_class is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
2021-10-30 09:52:04 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.outside_rear_temperature (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) with device_class None reports a temperature in °C which will be converted to °F. Temperature conversion for entities without correct device_class is deprecated and will be removed from Home Assistant Core 2022.3. Please update your configuration if device_class is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
2021-10-30 09:52:04 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.attic_temperature (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) with device_class None reports a temperature in °C which will be converted to °F. Temperature conversion for entities without correct device_class is deprecated and will be removed from Home Assistant Core 2022.3. Please update your configuration if device_class is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
2021-10-30 09:52:04 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.shed_temperature (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) with device_class None reports a temperature in °C which will be converted to °F. Temperature conversion for entities without correct device_class is deprecated and will be removed from Home Assistant Core 2022.3. Please update your configuration if device_class is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22
2021-10-30 09:52:04 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.master_closet_temperature (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) with device_class None reports a temperature in °C which will be converted to °F. Temperature conversion for entities without correct device_class is deprecated and will be removed from Home Assistant Core 2022.3. Please update your configuration if device_class is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+mqtt%22