Is there an API call that returns HA’s entity schema? I’m working on a Hassio to OPC application that consumes data through the WebSocket API, so in order to get Hassio’s entity schema I do a couple of get_states requests and build the schema from the return.
Ideally I would like a return like this:
[{id, domain, parent, name, friendlyname, datatype}]
Any ideas?
PS: I plan to release this application as an add-on in the near future. For the time being I will create another thread pointing to the GitHub repo.