Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some more Device_Classes and two digit CPU_Temp (#140)
* Added data["device_class"] = "temperature" to align with other temperature values. * Device_Class = temperature also for device + "_temp" * Added some more device_classes: voltage, frequency, duration, signal_strength Changed 'check_cpu_temp' to work with locale "DE" and showing 2 digits (maybe this needs to be double checked on different systems/hardware) * Bugfix: changed unit_of_measurement from days to d to suppress warning: ... using native unit of measurement 'days' which is not a valid unit for the device class ('duration') it is using; expected one of ['h', 'ms', 'd', 's', 'min']; in homeassistant log
- Loading branch information