- removed the sound sensor from dishwasher

This commit is contained in:
Jack Simbach 2020-12-29 00:32:06 -05:00
parent c22622f67b
commit a688a75f04
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class DishwasherApi(ApplianceApi):
GeErdSensor(self, ErdCode.OPERATING_MODE),
GeErdSensor(self, ErdCode.PODS_REMAINING_VALUE),
GeErdSensor(self, ErdCode.RINSE_AGENT),
GeErdSensor(self, ErdCode.SOUND),
GeErdSensor(self, ErdCode.TIME_REMAINING),
]
entities = base_entities + dishwasher_entities