Another install issue
-
Yeah... not in love with YAML myself thought I have gotten quite familiar with it since using homeassistant. I guess the plan is to keep the lower level system configuration in YAML (things like server ports and library paths) and move the client configs in a GUI?
@Elcid, I just looked at my oven and indeed I am running an app called "SSH server" on it which was required for me to login to it remotely.
-
I also dislike YAML, but it's a compromise. Originally, everything was JSON, but the syntax is too detailed and too strict for the average user to consistently get right in editing, and it's harder to read. I went to YAML to ease some of those issues, but any of the config files can be either in JSON or YAML, it treats them equally. I could also go to an INI style, or an even flatter "controllers.vera.source=..." style, and support that as well. It really doesn't matter. I just grabbed what's handy.
-
T toggledbits locked this topic on