Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Multiple Home Assistant Instances #33

Open
june128 opened this issue Apr 25, 2024 · 1 comment
Open

Support for Multiple Home Assistant Instances #33

june128 opened this issue Apr 25, 2024 · 1 comment
Labels
Feature New feature or request

Comments

@june128
Copy link

june128 commented Apr 25, 2024

I use multiple Home Assistant instances regularly - I have one at home, one at my parents place, where I need to help out once in a while and one at my local hackspace. Therefore it would be nice, if the app supported multiple instances - just like the iOS (and probably Android and macOS) app does.
This might also give more purpose to the header bar, if one would implement the multi-instance support using tabs in there (see #10).

@cassidyjames
Copy link
Owner

Great suggestion! It shouldn't be too hard to implement; off the top of my head, I'll want to:

  • Change the server setting from a single string to an array of strings
  • Change the underlying current page setting to an array of strings
  • Redesign the Set Server URL dialog to include multiple dynamic rows
  • Add tabs to the header bar if there's more than one server saved
  • Add an underlying setting to track which tab is active (can probably just be an int?)

@cassidyjames cassidyjames added the Feature New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants