The structure of the home assistant folder is as follows:
-
packages/ — Contains a folder for each one of the appliances you might want to configure this blueprint for. Each package comes pre-configured with the set of helpers that are needed to configure the final automation. Each helper follows the recommended notation to keep things organized.
-
pre_configurations/ — Contains the full configuration of the blueprint for all the different appliances you might want to configure. Read how to use them
Appliance (automation name) | Package | Configuration files | |
---|---|---|---|
Air Conditioner (A/C) - ASM | Package | NO UI | UI |
Coffee Maker - ASM | Package | NO UI | UI |
Desk - ASM | Package | NO UI | UI |
Dishwasher - ASM | Package | NO UI | UI |
Dryer - ASM | Package | NO UI | UI |
Electric Bicycle - ASM | Package | NO UI | UI |
Freezer - ASM | Package | NO UI | UI |
Fridge - ASM | Package | NO UI | UI |
Hair Dryer - ASM | Package | NO UI | UI |
Home Lab - ASM | Package | NO UI | UI |
Home Theater - ASM | Package | NO UI | UI |
HVAC - ASM | Package | NO UI | UI |
Microwave - ASM | Package | NO UI | UI |
Oven - ASM | Package | NO UI | UI |
Pool - ASM | Package | NO UI | UI |
Projector - ASM | Package | NO UI | UI |
Toaster - ASM | Package | NO UI | UI |
TV - ASM | Package | NO UI | UI |
Washing Machine - ASM | Package | NO UI | UI |
Water Well - ASM | Package | NO UI | UI |
Appliance | Package | Configuration files | |
---|---|---|---|
Universal, adaptable - ASM | Package | NO UI | UI |
- templates/ — Contains a collection of templates that can be used to extend some features of the automation. The necessary ones are already inside the
packages/
directory, so you likely won't need them.