Elektrine lite

← Feed

@irfan@sakurajima.social

Post #4057531

2026-07-24 06:56 UTC

i like how most things in #homeassistant is documented (i.e. infra as code). automations, scripts, etc. are just yaml files u cld store and reuse. it's too bad helpers, another important component of HA is not as portable and reusable tho - i prolly understand why, it may be challenging to implement it otherwise, but it sucks that i cant keep my helpers as files i can then just reapply/reuse.

Replies (1)

  • @nocalla@mastodon.ie 2026-07-24 07:04

    @irfan@sakurajima.social you can actually define your sensors in YAML files directly in the config directory, making them portable/syncable, but unfortunately sensors created via the UI don't get equivalent files created. I think bridging this gap would allow a lot of cool things to be possible. #HomeAssistant

    Open ##4057527