Hello all,
this is a wonderful thread, however I’m not able to customize a Lovelace card with the services created after the installation of the Tapo HACS component. I’d like to inserte glances in my camera view, but no way to get it work.
For example, the tapo_control.ptz works well from Developers Tools -> services, but from a Lovelace card configuration I always get the following error: Visual editor is not supported for this configuration:
The provided value for “entities.0” is not supported by the visual editor. We support (Object<{entity,name,icon,image,secondary_info,format,state_color,tap_action,hold_action,double_tap_action}> | string | Object<{type,name,action_name,tap_action,hold_action,double_tap_action}> | Object<{type,view,dashboard,name,icon,hide_if_unavailable}> | Object<{type,row,conditions}> | Object<{type,style}> | Object<{type,label}> | Object<{type,url,name,icon}> | Object<{type,entities}> | Object<{type,entity,attribute,prefix,suffix,name}> | Object<{type,name,service,icon,action_name,service_data}>) but received ({“entity”:“camera.garage_hd”,“icon”:“mdi:arrow-left-drop-circle-outline”,“tap_action”:{“action”:“call-service”,“service”:“tapo_control.ptz”}}).
I’ve also tried to edit the configuration.yaml, but it seems that entities are not accepted.
I get the following errors when validation the configuration.yaml:
Component error: entities - Integration ‘entities’ not found.
Component error: camera_view - Integration ‘camera_view’ not found.
Component error: camera_image - Integration ‘camera_image’ not found.
Would somebody be so kind to point me where I’m wrong?
Thanks