This is probably obvious but for the life of me I cannot get the following input_boolean entries to show up home assistant.
I’m using a split up configuration but these entries (eg input_boolean.testtesttest) don’t seem to show up (and as far as I know they are merge_named rather than list.
Try adding two spaces in front of each line of your .yaml included files. I think of the file name as the key and each item in the list must be indented.
Does input_boolean.heat_cool from the other YAML file load OK?
I can’t see anything obviously wrong. There’s an inconsistency in the name spacing for the clean bedroom entities, but everything else looks fine. I assume the rest of your system (e.g. the input_datetimes) come up OK?
Anything in the logs? Permissions for both YAML files the same?