Skip to content

Latest commit

 

History

History
 
 

pre_configurations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Pre-made Automation files

How to use the files in this folder:

The pre_configurations/ folder is organized this way:

  • no_ui/ -> Contains a curated list of pre-configuration files that you can copy to configure the blueprint without the UI. More info

  • ui/ -> Contains the same list of configuration files. It can be used when creating a new automation with the UI. More info


Example with the no_ui file:

I chose the Dishwasher - ASM since I'm configuring my dishwasher. I choose to go with the NO UI version, so I click on the list in the table below, and I add the "asm_dishwasher_noui_starter.yaml" file to my package.

Now my folder looks like this:

  • packages/
    • dishwasher/
      • asm_dishwasher.yaml
      • asm_dishwasher_noui_starter.yaml

I can finally customize the values inside asm_dishwasher_noui_starter.yaml to suit my needs.


Example with the ui file:

I chose the Dishwasher - ASM since I'm configuring my dishwasher. I choose to go with the UI version, so I click on the list in the table below, and I copy the content of "asm_dishwasher_ui_starter.yaml" to the "Edit in YAML" section of a newly created automation Open your Home Assistant instance and show your blueprints..

I save. Done!

Obviously, the folder still looks the same:

  • packages/
    • dishwasher/
      • asm_dishwasher.yaml

I am free to access the automation whenever I want from Open your Home Assistant instance and show your automations., and customize its values.


Available pre-configured appliances:

Appliance (automation name) Versions
Air Conditioner (A/C) - ASM NO UI UI
Coffee Maker - ASM NO UI UI
Desk - ASM NO UI UI
Dishwasher - ASM NO UI UI
Dryer - ASM NO UI UI
Electric Bicycle - ASM NO UI UI
Freezer - ASM NO UI UI
Fridge - ASM NO UI UI
Hair Dryer - ASM NO UI UI
Home Lab - ASM NO UI UI
Home Theater - ASM NO UI UI
HVAC - ASM NO UI UI
Microwave - ASM NO UI UI
Oven - ASM NO UI UI
Pool - ASM NO UI UI
Projector - ASM NO UI UI
Toaster - ASM NO UI UI
TV - ASM NO UI UI
Washing Machine - ASM NO UI UI
Water Well - ASM NO UI UI

Yours is not present? Add your own

Appliance Versions
Universal, adaptable - ASM NO UI UI


Done? Continue with the next section Fine Tuning