When adding “input_select: !include input_select.yaml” to my main config “configuration.yaml” then run a configuration validation I receive a error of :
“Configuration invalid
File not found: /config/configuration.yaml”
If “input_select:” is added alone all checks good.
I tried to do this on my main Linux\docker\Hass.io and on a test VM Hass.io install.
I tried to restart the test VM with “input_select: !include input_select.yaml”. And I also receive “2019-06-25 09:49:50 ERROR (MainThread) [homeassistant.components.hassio] File not found: /config/configuration.yaml”
How do I Correctly split out input_select: to it’s own file?