this post was submitted on 06 Mar 2024
189 points (98.5% liked)

homeassistant

11828 readers
231 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
[โ€“] dyc3@lemmy.world 8 points 6 months ago (1 children)

That makes no sense. Are you are implying that somehow going native gets you faster network transmission speeds?

Besides, the dashboards in home assistant are heavily customizable with css, which means that just using native components is not practically feasible.

[โ€“] evo@sh.itjust.works 1 points 6 months ago

Are you are implying that somehow going native gets you faster network transmission speeds?

No. If the components are native they can be loaded immediately without network transmission. The network calls for the current status of entities can happen in parallel and would complete much faster than one large webpage load.

And your standard cards can not be modded with CSS unless you install something 3rd party that allows that.