Please i need help how to make flip (mirror) for my icon in home assistant dashboard state-icon card.
i want to flip the card horizontally, i have tried many things but not working.
original icon:
and i want to flip it like this :
this is my code:
- type: state-icon
entity: input_boolean.test15
name: living balacon light
icon: mdi:coach-lamp
horizontal: true
tap_action:
action: toggle
styles:
<Icon path={mdiAccountSearch} horizontal/>
style:
horizontal: true
top: 82%
left: 11%
'--paper-item-icon-color': red
transform: translate(-50%, -50%) scale(1.5, 1.5) horizontal(true)
any idea??