Update automation.markdown (#17027)

This commit is contained in:
anugs 2021-03-16 22:30:11 +05:30 committed by GitHub
parent 78febbe131
commit f464e9f188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@ title: "Automating Home Assistant"
description: "Steps to help you get automation setup in Home Assistant."
---
Home Assistant contains information about all your devices and services. This information is not only available for the user in the dashboard, it can also be used to trigger automations. And that's fun!
Home Assistant contains information about all your devices and services. This information is available for the user in the dashboard and it can be used to trigger automations. And that's fun!
Automations in Home Assistant allow you to automatically respond to things that happen. You can turn the lights on at sunset or pause the music when you receive a call.
If you are just starting out, we strongly suggest you start with blueprint automations. These are ready-made automations by the community that you only need to configure.
If you are just starting out, we recommend that you start with blueprint automations. These are ready-made automations by the community that you only need to configure.
### [Learn about automation blueprints »](/docs/automation/using_blueprints/)
If you got the hang of blueprints and need more, it's time for the next step. But before we can start creating automations, you will need to learn about the automation basics.
If you have got the hang of blueprints and would like to explore more, it's time for the next step. But before you start creating automations, you will need to learn about the automation basics.
### [Learn about automation basics »](/docs/automation/basics/)