mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Update sensor.py
This commit is contained in:
parent
51ac5ff523
commit
eaa3af8c49
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ CONFIG_SCHEMA = (
|
|||
accuracy_decimals=2,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
device_class=DEVICE_CLASS_DISTANCE,
|
||||
)
|
||||
)
|
||||
.extend(cv.polling_component_schema("60s"))
|
||||
.extend(uart.UART_DEVICE_SCHEMA)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue