Automate tasks with Home Assistant
Open source home automation that puts local control and privacy first.
https://home-assistant.io
Triggers
The trigger is the event that starts the automation.
-
If there is information about an entity
Gets the data from a specific entity.
Actions
The action is what happens automatically, without you having to do anything else.
-
Interact with a media player
Interacts with media players on your network.
-
Calls a service within a specific domain
Executes a custom call to a specific service within a domain.
This action allows you to send custom calls to the endpoint POST '/api/services/<domain>/<service>' of your Home Assistant installation.
More info: https://developers.home-assistant.io/docs/api/rest