For those that have asked, here is how I split out my configuration.yaml file and still use the UI to do editing and making blueprints:
🔀 Split Configuration HA Official Instructions
🔀 Doc and Frenck with a live Demo
AND if you want to split your scripts up so that the script UI editor works and your files are split, look here
Or go into a terminal in HA and do this:
ln -f /config/scripts.yaml /config/#path_to_your_subfolder/scripts.yaml
and in configuration.yaml do this:
script: !include_dir_merge_named /config/#path_to_your_subfolder
Then put your split folders here for scripts.
This creates a symbolic link from the main scripts.yaml file to the one located in the subfolder (config/#path_to_your_subfolder). The UI editor can destroy and create the one in the main folder on UI edits, and the one looked for in creating the system workings is in the sub folder via a symbolic link.
Let me know if you have a suggestion.
If you have any questions, comments or additions be sure to add an issue and bring them up on my Discord Server:
Also feel free to check out the code segments and Blueprints that I have on my Gist here: https://github.com/SirGoodenough/HA_Blueprints
What are we Fixing Today Homepage / Website: https://www.WhatAreWeFixing.Today/
Channel Link URL: (WhatAreWeFixingToday): https://bit.ly/WhatAreWeFixingTodaysYT
What are we Fixing Today Facebook page (Sir GoodEnough): https://bit.ly/WhatAreWeFixingTodaybFB
What are we Fixing Today Twitter Account (Sir GoodEnough): https://bit.ly/WhatAreWeFixingTodayTW
Discord Guild: (Sir_Goodenough#9683): https://discord.gg/Uhmhu3B
Buy me Coffee: https://www.buymeacoffee.com/SirGoodenough
PayPal one-off donation link: https://www.paypal.me/SirGoodenough
#WhatAreWeFixingToday
#SirGoodEnough
If your device connects to mains electricity (AC power) there is danger of electrocution if not installed properly. If you don't know how to install it, please call an electrician (Beware: certain countries prohibit installation without a licensed electrician present). Remember: SAFETY FIRST. It is not worth the risk to yourself, your family and your home if you don't know exactly what you are doing. Never tinker or try to flash a device using the serial programming interface while it is connected to MAINS ELECTRICITY (AC power).
We don't take any responsibility nor liability for using this software nor for the installation or any tips, advice, videos, etc. given by any member of this site or any related site.
Here is a list of each of my blueprints, a quick description and jump links to the Blueprints Exchange post...
This is a SCRIPT Blueprint that uses my Broadlink RM3 to turn my TV on and get it into the correct mode, Pushes remote buttons in sequence.
This Script Blueprint generates 3 Buttons to help you manage your Tasmota installed base. Restart All, Update a few, and Update all.
This is a SCRIPT Blueprint. This provides a way to play canned media files with the big long list of YAML entries but keep the main script or automation clean.
This script can use any of the 11 integrated TTS Platforms in Home Assistant to send a message to a media player.
https://community.home-assistant.io/t/tts-script-blueprint-for-all-11-ha-core-tts-flavors/400700
This Blueprint is for controlling a 3 speed fan based on a temperature sensor. Both fan% control & MQTT fan control versions.
This Blueprint is a TTS.cloud-say version of another Door Announcer I found in the HA Blueprint Exchange.
https://community.home-assistant.io/t/door-open-tts-cloud-say-announcer-nabu-casa-required/316046
This Blueprint accepts 5 actions & when done in the right order, flips an input_boolean.
This Blueprint uses a Zigbee2MQTT built sensor to sort out the multitude of commands from the Xiaomi Magic Cube Remote.
https://community.home-assistant.io/t/zigbee2mqtt-xiaomi-cube-controller/393203
This Blueprint uses the Z2M (Zigbee2MQTT) imported Action sensor to sort out the 18 commands from the ZemiSmart ZM-RM02 Controller.
https://community.home-assistant.io/t/zigbee2mqtt-zemismart-zm-rm02-controller/412650