I have a relevant meme!
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
cravl@slrpnk.netto homeassistant@lemmy.world•Automation switching TRV on and off in 1° range over targetEnglish1·7 months agoI feel like this is screaming for proper PID controller logic. I like this one, installable from HACS.
And like yeah, both the wonderful (and foss!)
.json5
and Microsoft’s semi-proprietary(?).jsonc
exist, but most projects just use their language’s default JSON parser that doesn’t recognize them. What I would personally love to see is.json5
support baked into the default JSON parsing libraries of Python, Go, etc. (Enabled by a flag, likely.) It’s a superset of regular JSON and fully ES2019 compatible, so there shouldn’t be any issues.