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

Platform entry must be unique #2

Open
stanislaspiron opened this issue Feb 11, 2023 · 0 comments
Open

Platform entry must be unique #2

stanislaspiron opened this issue Feb 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@stanislaspiron
Copy link

Describe The Bug:

when I migrated from accessory to platform, I have following log message:

The dynamic platform Livebox from the plugin homebridge-livebox-tv seems to be configured multiple times in your config.json. This behaviour was deprecated in homebridge v1.0.0 and will be removed in v2.0.0!

To Reproduce:

configure 2 llivebox platform entries:

        {
            "ip": "192.168.1.96",
            "platform": "Livebox"
        },
        {
            "ip": "192.168.1.94",
            "platform": "Livebox"
        }

Expected behavior:

support a list for devices in platform entry:

        {
            "platform": "Livebox",
            "tvs": [
                {
                     "ip": "192.168.1.94"
                },
                {
                     "ip": "192.168.1.99"
                }
            ]
        }

Environment:

  • Plugin Version: 0.3.0
  • Homebridge Version: 1.6.0
  • Node.js Version: v18.12.1
  • NPM Version: 8.19.2
  • Operating System: Raspbian
@stanislaspiron stanislaspiron added the bug Something isn't working label Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant