mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Remove text_sensor from sync-device-class job (#6637)
This commit is contained in:
parent
8fcfcccbc3
commit
3997503071
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ from homeassistant.components.event import EventDeviceClass
|
|||
from homeassistant.components.number import NumberDeviceClass
|
||||
from homeassistant.components.sensor import SensorDeviceClass
|
||||
from homeassistant.components.switch import SwitchDeviceClass
|
||||
from homeassistant.components.text_sensor import TextSensorDeviceClass
|
||||
from homeassistant.components.valve import ValveDeviceClass
|
||||
|
||||
# pylint: enable=import-error
|
||||
|
@ -28,7 +27,6 @@ DOMAINS = {
|
|||
"number": NumberDeviceClass,
|
||||
"sensor": SensorDeviceClass,
|
||||
"switch": SwitchDeviceClass,
|
||||
"text_sensor": TextSensorDeviceClass,
|
||||
"valve": ValveDeviceClass,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue