Footstep 4: Floor

Another really cool option for visual control of your house is the Floorplan component, this will be covered in a stride of its own to get into the nitty gritty. But as a quick overview by:

  1. installing and enabling the component
  2. creating an image for your floorplan(s)
  3. adding entities to the image(s)

You will be able to control the elements of your home automation from a panel resembling your home layout linking the lounge light to the lounge area of your image, for example.

For some inspiration on what is achievable check out these search results. Everything from elegant top-down views to amazing three dimensional views.

The three simple overview steps above do make it seem simple to achieve this, but unfortunately it can be a bit fiddly. Once you get the hang of the process it’ll become second nature soon enough! It will be a good idea to have renamed your entities as the links required in the image itself need the name of the entity.

Next: Step 10: Detail

Step 6: Components

Home Assistant accepts add-ons and custom components to expand the functionality and provide complete customisation by being able to write a new component if one does not exist already.

Custom components are uploaded to a folder within the ‘config’ directory of the Home Assistant installation and add integrations, custom cards and themes. There is a system available to make this process easier called the Home Assistant Community Store or HACS for short, which allows you to install community made components in a couple of clicks.

Before we get to HACS lets look at the built in Add-On store available via the Supervisor, from here you can install updates, take snapshots of the system and install items that expand Home Assistant itself, such as dns services, reverse proxy, smb and ftp access and many more.

Some add-ons can open ports and access to your system and depending on your specific setup on how in-secure this can make you. Thankfully Home Assistant make this very clear with badges detailing the requirements and security level of the add-on. This even covers items such as the ftp and smb as they allow access to the ‘config’ folder’, but you can simply stop the service, ensure that it is not set to run at startup of Home Assistant and only run it when you need to use it.

HACS itself needs to be added via the manual method and requires a GitHub access token, but has well documented the process on their site hacs.xyz, but the run down is:

  1. download HACS from github
  2. upload the contents of hacs.zip to the custom_configuration folder within your ‘config’ folder
  3. restart Home Assistant
    Configuration -> Server Controls -> Server management -> Restart
  4. add HACS from the Integration panel
    Configuration -> Integrations
  5. enter your GitHub access token
  6. access HACS
    HACS

As mentioned, HACS allows you to add integrations, plugins and themes with just a few clicks and prompts you if a restart of Home Assistant is needed to complete the install of the new component to take advantage of.

Next: Step 7: Senses