1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-21 12:28:17 +00:00

Synchronise Device Classes from Home Assistant (#6638)

This commit is contained in:
esphomebot 2024-04-26 11:40:19 +12:00 committed by GitHub
parent 3997503071
commit 3ecb5fa57f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@ IS_PLATFORM_COMPONENT = True
DEVICE_CLASSES = [ DEVICE_CLASSES = [
DEVICE_CLASS_BUTTON, DEVICE_CLASS_BUTTON,
DEVICE_CLASS_EMPTY,
DEVICE_CLASS_DOORBELL, DEVICE_CLASS_DOORBELL,
DEVICE_CLASS_EMPTY,
DEVICE_CLASS_MOTION, DEVICE_CLASS_MOTION,
] ]