curl --request GET \
--url http://0.0.0.0:3000/v1/entities/states \
--header 'Authorization: Bearer <token>'[
{
"entity_id": "<string>",
"name": "<string>",
"domain": "<string>",
"platform": "<string>",
"state": "<string>",
"attributes": {}
}
]Returns all entities for the user with their current states. Entities without published states will have null state and default attributes based on entity_registry.
curl --request GET \
--url http://0.0.0.0:3000/v1/entities/states \
--header 'Authorization: Bearer <token>'[
{
"entity_id": "<string>",
"name": "<string>",
"domain": "<string>",
"platform": "<string>",
"state": "<string>",
"attributes": {}
}
]