I have lost the icons from the House mode plugin since latest UI7 ( or before , not sure )
Trying to understand that ,I found that devices with configurable state based icons on UI7 is supposed to hold icon path names relative to folder “skins/default/img/devices/device_states/” if I am correct
the “state_icons” property in the json of this device are pointing to icon path
"img": "../../../icons/button_home_selected.png",
but if I am correct this means it expects the icon in : skins/default/icons/button_home_selected.png
but on my Vera Edge this icons is not located here, it is located in /www/cmh/skins/default/img/icons/button_home_selected.png
would it possible for VERA to fix this since it is a VERA made plugin and is a quick fix ?
this JSON file is fixing it for me but would be better that it is officially updated