Add icon translations to RDW (#112203)
* Add icon translations to RDW * Add icon translations to RDW
This commit is contained in:
parent
161d31d789
commit
926159ab9a
3 changed files with 9 additions and 2 deletions
|
@ -34,7 +34,6 @@ BINARY_SENSORS: tuple[RDWBinarySensorEntityDescription, ...] = (
|
|||
RDWBinarySensorEntityDescription(
|
||||
key="liability_insured",
|
||||
translation_key="liability_insured",
|
||||
icon="mdi:shield-car",
|
||||
is_on_fn=lambda vehicle: vehicle.liability_insured,
|
||||
),
|
||||
RDWBinarySensorEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue