[Resolved] Domain filtering in ha-entity-picker not working

Hi,
I’m trying to use the ha-entity-picker custom component but I unable to filter the list to one domain (weather, sensor, etc).
Where is the documentation ? Anybody has a working sample ?
I’m trying the attributes ‘include-domaines’ and ‘domain-filter’ but without success.

regards.

I’m replying to myself.
To filter on specific domain, I need to use .includeDomains attribute!

Hi Olivier, I’m trying to get an entity picker to work. It seems like you did. I got other ha-components to work, like ha-icon, ha-textfield, so I tried:
<ha-entity-picker entity="${this.ent}"></ha-entity-picker>
but nothing showed up. Could you share some little sample code?
Thanks