Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://0.0.0.0:3000/v1/states/{entity_id} \ --header 'Authorization: Bearer <token>'
{ "entity_id": "light.sala", "state": "on", "attributes": { "friendly_name": "Luz da Sala", "brightness": 200, "color_temp": 4000 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
entity_id da entidade (ex: light.sala)
Entity state