voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

make a repository of HA JSON output #27

Open Habbie opened 6 months ago

Habbie commented 6 months ago

the get_services websocket call yields a ton of information about a Domain (example at https://gist.github.com/Habbie/9dc838ffad4660f685003903147f7a01)

get_states shows roughly the same, but by example.

Having content of both easily referenceable would be useful. Being able to see what changed between certain HA versions would also be useful, so that we can track changes without following documentation commits etc.

Proposal:

(on IRC just now I said, tag that repo with HA version tags, but I think the better format would be a single tree with directories per HA version, so that you can easily grep over it, etc., and can of course still diff files. git log -S should still mostly work to tell you when something got added)