I wanted to answer but there is a space missing or too much, idk. Long story short: my answer isn’t working
I, for one, remember editing a YAML file and getting it right on the first try!
Once, of course, but that’s enough to show it’s possible.
It’s possible. I do it daily. I also fuck up YAML files and go space-hunting on the daily.
it’s storageConfig instead of storageconfig since the CRDs got upgraded to v0.4+, you idiot.
Yeah, you dimwit! Also, PID now doesn’t take a multi-line array anymore but single lines with commas, so what’s this
PID: - 123354 - 567673 - 123456
nonsense you’re trying to pull here, eh?!
Home Assistant
Maybe home assistant a few years ago…I have a fully functional setup with loads of automations and haven’t written a single line of YAML for it.
I just started using it a few months ago and most stuff I did was only possible using yaml (templates, custom integrations etc.). I think it depends on your requirements.
None of my custom integrations are configured with YAML anymore, they’ve all moved to the GUI. Even a couple of my templates have been made directly in the GUI.
“Not a single line of YAML” is a bit hyperbole, but the only YAML I’ve got left in my setup are a handful of custom sensors, I haven’t checked if that can now be done from the GUI. It’s around 100 lines of YAML in total or something like that. But all the home automation stuff is done purely with GUI.
There has been huge improvements on what can be done from the GUI in the last few years since I started with HA.
Most of my automations use templates. I have template sensors, I use the KNX integration, which must be configured using yaml and the adaptive lighting integration as well. For my dashboard I used many template cards (evaluation of states with templates to set appropriate icons, colours and text), tabbed cards, card mod for css inside yaml for my custom room cards.
You see, it absolutely depends on your requirements and how sophisticated your dashboard is.
I use the KNX integration, which must be configured using yaml
This is probably because of the devs behind the integration though and not the fault of HA.
I have my all my cards and dashboards defined through GUI as well, you van make plenty sophisticated interfaces without YAML. A lot of tutorials are probably not up to date with what you can do though and use YAML.
I don’t think you can do something like this without yaml (fully custom mushroom template cards, each button opens a popup with the entities in the room, text formatting and unit conversion, also icons change dynamically depending on state and icons appear for open windows):
I hated YAML at first glance, but it kinda grew on me
Like a fungus you learn to live with
I hated YAML at first glance, and my hate has only increased since
Pretty accurate… I am just realizing I’ve moved out of the despise stage and into acceptance.
It’s ok, someone will just swing through the window and save you from the complexity and dread of YAML with the gracefulness of pulumi and jsonnet.
Right. Why should someone write 10 lines of yaml when they can program 20 lines of Go? Or python. Or assembly for a risc cpu because it just feels so friendly with that nice instruction set.
Me seeing this as I have a CloudFormation template pulled up in the background
CDK or bust
I’m trying to get my folks onto Pulumi, but we’re now just getting somewhere with CFN. Baby steps
That’s how I spent most of last year…
This is why I convinced my last job to get rancher ui setup.