You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overview diagram in the architecture index looks to me like it is the wrong way around.
From the diagram, I'd deduce that the operating system is this large thing that includes the supervisor and the core, and the supervisor is a smaller part of the operating system that includes the core, and finally the core is is indepedent thing that is at the very heart of the operating system.
However, technically, it should be the other way around, with the operating system being the fundamental smallest piece, and the supervisor being a superset of the operating system, and the core again being a superset of the supervisor.
Maybe I'm just misunderstanding here... What type of relationship is meant to be portrayed with the diagram?
what requires what?
what is built on top of what?
what is running on top of what?
what functionality includes what functionality?
I assume you'll get different diagrams depending on what you're trying to express. I personally had trouble reconciling the diagram with the text preceding it, but maybe this is just my mental model gone wrong.
The overview diagram in the architecture index looks to me like it is the wrong way around.
From the diagram, I'd deduce that the operating system is this large thing that includes the supervisor and the core, and the supervisor is a smaller part of the operating system that includes the core, and finally the core is is indepedent thing that is at the very heart of the operating system.
However, technically, it should be the other way around, with the operating system being the fundamental smallest piece, and the supervisor being a superset of the operating system, and the core again being a superset of the supervisor.
developers.home-assistant/docs/architecture_index.md
Line 12 in 5c40537
The text was updated successfully, but these errors were encountered: