Skip to content

Home-assistant.io notes

- Trigger an home-assistant scene via cURL (you need an Bearer Token)

curl -X POST -H "Authorization: Bearer $LONGBEARERTOKEN" -H "Content-Type: application/json" -d '{"entity_id": "scene.scene.arbeitszimmer_gedimmt_2"}'  http://$HOSTNAME:$PORT/api/services/scene/turn_on