• @DreadPotato
    link
    93 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.

    • @rimjob_rainer@discuss.tchncs.de
      link
      fedilink
      7
      edit-2
      3 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.

      • @min_fapper@iusearchlinux.fyi
        link
        fedilink
        33 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.

      • @DreadPotato
        link
        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.

        • 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.

          • @DreadPotato
            link
            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.

            • @rimjob_rainer@discuss.tchncs.de
              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):

      • @dan@upvote.au
        link
        fedilink
        4
        edit-2
        3 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.

          • @dan@upvote.au
            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).

              • @dan@upvote.au
                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! :)