• Norgur
    link
    fedilink
    532 months ago

    I wanted to answer but there is a space missing or too much, idk. Long story short: my answer isn’t working

    • @marcos
      link
      23
      edit-2
      2 months ago

      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.

      • Norgur
        link
        fedilink
        72 months ago

        It’s possible. I do it daily. I also fuck up YAML files and go space-hunting on the daily.

    • @datelmd5sum
      link
      82 months ago

      it’s storageConfig instead of storageconfig since the CRDs got upgraded to v0.4+, you idiot.

      • Norgur
        link
        fedilink
        6
        edit-2
        2 months ago

        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?!

    • @[email protected]
      link
      fedilink
      92 months ago

      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.

      • @[email protected]
        link
        fedilink
        7
        edit-2
        2 months ago

        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.

        • @[email protected]
          link
          fedilink
          32 months ago

          It’s relative. If you just started, it might feel like a lot of YAML, but if you used it back when everything had to be done in YAML, modern Home Assistant will feel like little to no YAML.

          • @stockRot
            link
            112 months ago

            “haven’t written a single line of YAML” doesn’t sound relative

        • @[email protected]
          link
          fedilink
          3
          edit-2
          2 months ago

          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.

          • @[email protected]
            link
            fedilink
            12 months ago

            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.

            • @[email protected]
              link
              fedilink
              12 months ago

              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.

              • @[email protected]
                link
                fedilink
                3
                edit-2
                2 months ago

                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):

        • @[email protected]
          link
          fedilink
          4
          edit-2
          2 months ago

          Stuff you configure in the UI is mostly stored in the database, not as YAML. Nearly everything you’ve configured using YAML is not editable from the UI. Whenever an integration moves from YAML to the UI (like the Proximity integration in a recent release), the YAML config is deprecated.

          There’s a few exceptions where YAML is stored in the DB (like if you have dashboard cards with custom configs) but YAML is going away over time as the UI gets more powerful, and is mostly just becoming a power-user thing.

          • @[email protected]
            link
            fedilink
            English
            32 months ago

            That’s true, I was thinking more about automations and scripts, which are still stored as YAML

            • @[email protected]
              link
              fedilink
              32 months ago

              Oh yeah, good point. It might make sense for those to remain YAML to allow for more advanced tweaks. I learned programming in Excel 97 by recording macros and then viewing and tweaking the VBA code behind them, and this feels kinda similar (although YAML isn’t a programming language).

                • @[email protected]
                  link
                  fedilink
                  1
                  edit-2
                  2 months ago

                  It was a pretty decent way to get started with coding! This was back in the late 90s in Australia. I didn’t have internet access or programming books, so all I could do was teach myself. Being able to record a macro and see the code behind it was extremely useful! :)

  • UnfortunateShort
    link
    102 months ago

    I hated YAML at first glance, but it kinda grew on me

    • @FooBarrington
      link
      22 months ago

      I hated YAML at first glance, and my hate has only increased since

    • Howdy
      link
      fedilink
      12 months ago

      Pretty accurate… I am just realizing I’ve moved out of the despise stage and into acceptance.

  • astraeus
    link
    fedilink
    92 months ago

    Me seeing this as I have a CloudFormation template pulled up in the background

  • @[email protected]
    link
    fedilink
    82 months ago

    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.

    • @[email protected]
      link
      fedilink
      14
      edit-2
      2 months ago

      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.