this post was submitted on 06 Dec 2023
170 points (98.9% liked)

homeassistant

11372 readers
23 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] limelight79@lemm.ee 3 points 9 months ago

Dropping things from yaml in general always makes me a little nervous. I understand why you'd want a UI for configuring things, especially for new people. I support that.

But, there are down sides. For example, I was using scrape to get some stuff off a page, and doing it through the UI took a long time and was prone to errors. It would have been much easier and more reliable to get it working once, then copy and paste and make the one or two changes each individual item required. But that's not an option as far as I can tell.