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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
📇 Import device & entity names from your Nikobus .nkb project file The Nikobus PC software keeps every module / button / IR-receiver name (and its room) inside the project file. .nkb this release reads it directly in Home Assistant and applies those names.
New bridge button: “Import Names from .nkb.” Put your project export in the Home Assistant config directory named nikobus.nkb, then press the button.
Names are applied as Name (Room), keyed on the bus address e.g. your dimmer becomes Dimcontroller (Centrale), a wall button Entree (Living).
Non-destructive. Anything you've already renamed by hand is never overwritten. Multi-channel modules are named at the device level (the channels
inherit it, so the same name isn't stamped onto all 12); single-entity devices get their entity row named too.
Fully local, no external services. Parsing is pure-Python. The file never leaves your machine.