I am developing quirks for Heiman Smoke alarm, I have added some entities for it, it uses default icons, I have to manually change it in UI, I would like to ask how to set icon for each entity in my QuirkBuilder? so users don’t need to change it by themself.
I tried to use entity_icon="mdi:counter", and .entity_metadata( CustomHeimanCluster.AttributeDefs.rebooted_count.name, CustomHeimanCluster.cluster_id, entity_icon="mdi:restart", ), but it shows unsupported types.
does anyone knows how to set it with QuirkBuilder V2? thanks very much.
Thanks for responding.
I am editing the python file in zha-device-handlers, since I am supporting Heiman products with QuirkBuilder V2, it only need to change the code in zha-device-handlers repo, how to link that icons in that json to zha-device-handlers ? thanks.