mirror of https://github.com/simbaja/ha_gehome.git
- fixed missing rinse agent icon
This commit is contained in:
parent
aedbb04af1
commit
112a2b1948
|
@ -23,7 +23,7 @@ class DishwasherApi(ApplianceApi):
|
|||
GeErdSensor(self, ErdCode.CYCLE_STATE),
|
||||
GeErdSensor(self, ErdCode.OPERATING_MODE),
|
||||
GeErdSensor(self, ErdCode.PODS_REMAINING_VALUE),
|
||||
GeErdSensor(self, ErdCode.RINSE_AGENT, icon_override="mdi:sparkle"),
|
||||
GeErdSensor(self, ErdCode.RINSE_AGENT, icon_override="mdi:sparkles"),
|
||||
GeErdSensor(self, ErdCode.TIME_REMAINING),
|
||||
]
|
||||
entities = base_entities + dishwasher_entities
|
||||
|
|
Loading…
Reference in New Issue