Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 5.02 KB

File metadata and controls

43 lines (35 loc) · 5.02 KB

Setup utilities

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

Collection of appliances and the files you need:

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

Yours is not present? Add your own

Appliance Package Configuration files
Universal, adaptable - ASM Package NO UI UI


Other secondary utilities

  • 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.