Fix typo, remove log lines
This commit is contained in:
parent
450f58d492
commit
61357b8e7a
1 changed files with 1 additions and 4 deletions
|
@ -34,12 +34,9 @@ class LinakSensorEntityDescriptionMixin:
|
||||||
class LinakSensorEntityDescription(
|
class LinakSensorEntityDescription(
|
||||||
SensorEntityDescription, LinakSensorEntityDescriptionMixin
|
SensorEntityDescription, LinakSensorEntityDescriptionMixin
|
||||||
):
|
):
|
||||||
"""Dsescribes Linak sensor entity"""
|
"""Describes Linak sensor entity"""
|
||||||
|
|
||||||
|
|
||||||
# Entity sensor.bert_height (<class 'custom_components.linak_desk.sensor.LinakSensorEntity'>) is using state class 'SensorStateClass.MEASUREMENT' which is impossible considering device class ('distance') it is using; expected None or one of 'total', 'total_increasing', 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
|
|
||||||
# Entity sensor.bert_speed (<class 'custom_components.linak_desk.sensor.LinakSensorEntity'>) is using state class 'SensorStateClass.MEASUREMENT' which is impossible considering device class ('speed') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
|
|
||||||
|
|
||||||
|
|
||||||
DEVICE_ENTITY_DESCRIPTIONS: list[LinakSensorEntityDescription] = [
|
DEVICE_ENTITY_DESCRIPTIONS: list[LinakSensorEntityDescription] = [
|
||||||
LinakSensorEntityDescription(
|
LinakSensorEntityDescription(
|
||||||
|
|
Loading…
Reference in a new issue