mirror of https://github.com/simbaja/ha_gehome.git
- fixed code typo
This commit is contained in:
parent
1374b3629e
commit
d432b77f60
|
@ -101,7 +101,7 @@ class GeErdEntity(GeEntity):
|
|||
return "mdi:fridge-top"
|
||||
if self.erd_code_class == ErdCodeClass.DISPENSER_SENSOR:
|
||||
return "mdi:cup-water"
|
||||
if self.erd_code_class == ErdCodeClass.DISWASHER_SENSOR:
|
||||
if self.erd_code_class == ErdCodeClass.DISHWASHER_SENSOR:
|
||||
return "mdi:dishwasher"
|
||||
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue