mirror of https://github.com/simbaja/ha_gehome.git
- removed the sound sensor from dishwasher
This commit is contained in:
parent
c22622f67b
commit
a688a75f04
|
@ -23,7 +23,6 @@ class DishwasherApi(ApplianceApi):
|
||||||
GeErdSensor(self, ErdCode.OPERATING_MODE),
|
GeErdSensor(self, ErdCode.OPERATING_MODE),
|
||||||
GeErdSensor(self, ErdCode.PODS_REMAINING_VALUE),
|
GeErdSensor(self, ErdCode.PODS_REMAINING_VALUE),
|
||||||
GeErdSensor(self, ErdCode.RINSE_AGENT),
|
GeErdSensor(self, ErdCode.RINSE_AGENT),
|
||||||
GeErdSensor(self, ErdCode.SOUND),
|
|
||||||
GeErdSensor(self, ErdCode.TIME_REMAINING),
|
GeErdSensor(self, ErdCode.TIME_REMAINING),
|
||||||
]
|
]
|
||||||
entities = base_entities + dishwasher_entities
|
entities = base_entities + dishwasher_entities
|
||||||
|
|
Loading…
Reference in New Issue