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

Master Switch #8

Open
identd113 opened this issue Jan 12, 2020 · 5 comments
Open

Master Switch #8

identd113 opened this issue Jan 12, 2020 · 5 comments

Comments

@identd113
Copy link

When starting homebridge, the automatically created master switch defaults to off, preventing use.
Is there a way to default this behavior to on, or disable the master switch (IE always on?)

@kirchmeyer
Copy link

Yes please

@meg768
Copy link
Owner

meg768 commented Jan 30, 2020

@identd113, @kirchmeyer, in version 1.0.11, I made the master switch default to ON when starting Homebridge. Available on npm now. Just made a quick fix since it was a small change, have not really tested it. Please report back if it isn't working...

@kirchmeyer
Copy link

😁🙏

@meg768
Copy link
Owner

meg768 commented Jan 30, 2020

Maybe a "config" section in the future...

"platforms": [
    {
        "platform": "Pushover",
        "name": "Pushover",

        "config": {
            "setting-1": [true, false],
            "setting-2": "etc..."
        }
    }
]

@identd113
Copy link
Author

This can be closed as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants