YAML configuration #216
dewi-ny-je
started this conversation in
General
Replies: 2 comments 2 replies
|
@hif2k1 on the other hand, the simulator is (from my point of view) complete, it has all features and it's been updated to follow changes in HA, and it has now full tests, so it will work for a long time. I'll get the battery in a couple of months, then I might still use the simulator to test alternative approaches before applying them to my real battery, but clearly my involvment from end of the summer will decrease. I will keep it up to date with future HA changes, if needed. |
0 replies
|
Well, thank you so much for all your contributions. I would never have had
the time to do all this work and bring it up to date.
I agree yaml is being depreciated across HA. There may be a few people
still using it who started early on so I guess it may break their setups if
we remove it. I don't think there is a good way of knowing how many people
that might be, but I think it is inevitable. We would just need to make it
clear in the release notes that it is a breaking change.
…On Mon, 15 Jun 2026 at 09:44, dewi-ny-je ***@***.***> wrote:
@hif2k1 <https://github.com/hif2k1> on the other hand, the simulator is
(from my point of view) complete, it has all features and it's been updated
to follow changes in HA, and it has now full tests, so it will work for a
long time.
I'll get the battery in a couple of months, then I might still use the
simulator to test alternative approaches before applying them to my real
battery, but clearly my involvment from end of the summer will decrease.
I will keep it up to date with future HA changes, if needed.
—
Reply to this email directly, view it on GitHub
<#216?email_source=notifications&email_token=AFAIZGIQ4RUPK7JSCJCBIDT476ZPJA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGA2TKNBUUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-17305544>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAIZGIAK5BMRV4IY2EJNP3476ZPJAVCNFSNUABIKJSXA33TNF2G64TZHM2DAMJUGU2DIMZVHNCGS43DOVZXG2LPNY5TCMBQHAYDMNBSUF3AE>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AFAIZGNBH4WHOCBHLJC34BT476ZPJA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGA2TKNBUUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/AFAIZGMIBRZIQSXQXU5B6JD476ZPJA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZTGA2TKNBUUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@hif2k1 after this latest release I was thinking... do we need YAML configuration? is it something people actually use?
It has no auto-completion, so people could introduce typos, it has no entity validation so wrong entities (wrong unit of measure, type) might end up selected causing issues. Efficiency curves can be defined, but I can't say for sure they work, and synax is trickier.
In exchange for? I think nothing, what's the advantage of YAML configuration?
I think that most modern integrations don't even offer it anymore, even HA is moving everything they can to web config.
If you are fin with it, I'll just remove it to keep the code simpler and avoid troubles for the users.
All reactions