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

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “You can configure some attributes of the entities, such as friendly_name, to better serve your needs.”

A block of code is set as follows:

- id: ‘1676691530760’  name: ALL OFF
  entities:
    switch.desk_outlet:
      friendly_name: Desk outlet
      state: ‘off’
    light.garagelights:
      supported_color_modes:
      - onoff
      friendly_name: GarageLights
      supported_features: 0
      state: ‘off’
  icon: mdi:home-off
  metadata:
    switch.desk_outlet:
      entity_only: true
    light.garagelights:
      entity_only: true

Any command-line input or output is written as follows:

Rule1 on Switch1#state=1 do publish sensor/%topic%/PIR1 ON endon on Switch1#state=0 do Publish sensor/%topic%/PIR1 OFF endon

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “After the Write bar completes loading, if everything goes well, another window will present the message Process successful! Power cycle the device.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Next Chapter arrow right
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}