Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Smart Home Automation Solutions with Home Assistant

You're reading from  Building Smart Home Automation Solutions with Home Assistant

Product type Book
Published in Sep 2023
Publisher Packt
ISBN-13 9781801815291
Pages 356 pages
Edition 1st Edition
Languages
Author (1):
Marco Carvalho Marco Carvalho
Profile icon Marco Carvalho

Table of Contents (19) Chapters

Preface 1. Part 1: Introduction to Home Assistant – Installation and Configuration
2. Chapter 1: Understanding Home Automation Systems 3. Chapter 2: Getting Started with Home Assistant 4. Part 2: Install, Create, and Hack Sensors and Actuators
5. Chapter 3: Hands-On Project 1 – Creating Your Own Sensor 6. Chapter 4: Hacking a Commercial Actuator to Work with Home Assistant 7. Part 3: Automations, Customizations, and Integrations Using Home Assistant
8. Chapter 5: Creating Automations Using Home Assistant 9. Chapter 6: Doing More Using Integrations and Customizations 10. Part 4: Expanding Home Assistant’s Capabilities
11. Chapter 7: Extending Home Automation Capabilities Using Add-ons 12. Chapter 8: Installing and Setting Up Home Assistant Container 13. Part 5: Learn by Doing and Future Trends
14. Chapter 9: Hands-On Project 2 – Creating an LED Strip Controller and Adding It to Home Assistant 15. Chapter 10: Hands-On Project 3 – Creating a Five-Zone Temperature Logger for Your Home 16. Chapter 11: The Road Ahead in Home Automation Technologies 17. Index 18. Other Books You May Enjoy

YAML

YAML (www.yaml.org) is a data serialization language created to be used for programming languages. It is used to configure parameters for those who prefer to work with Home Assistant in a programming language style. You do not need to use YAML to do basic configuration, but if you need more complex configuration or if you like programming languages, it is good to know more about it.

The automations.yaml file is one of the most important files in Home Assistant. It is used to store the automation configured in the system. I will use this file so you can gain an understanding of what the YAML language looks like.

Important note

The automations.yaml file is managed by the user interface and should not be edited manually. If you want to manually create automation, the configuration.yaml file should be used instead.

The following YAML code is what is implemented in my home for my homemade motion sensor installed in my garage:

- id: '1634873959087'  ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}