-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 AccessoryInformation #835
Comments
same question... |
Yes, example: https://github.com/snowdd1/homebridge-knx/blob/v0.3.10/lib/knxdevice.js#L73 |
thanks for you response @snowdd1 , I will try it later, hopefully it will work 😄 |
@benzman81 @snowdd1 Just add some field in config.json in .homebridge folder: |
@Realank You want to change the information for the bridge itself? As you can see here https://github.com/nfarina/homebridge/blob/v0.4.10/lib/server.js#L97 the bridge section of config.json supports the attributes
However, that info will only show in Home app if you look at the details of the bridge itself - as the bridge has no user functionality, most user will put it somewhere hidden (I created a virtual room "system devices" for all things that have no user value for my family. So just curious, what are you going to do with it? Edit: should have read your post more closely, you've already figured everything out! |
@snowdd1 yeah, bridge has no user functionality, it represents home(or room) in our Home App. It's useless, I just don't want to see "Default -xxx" at the details of the bridge 😜 |
This issue has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this issue was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions. |
Is the AccessoryInformation for a platform changeable? I didnt find any code hints on how to do this. Currently only "Defautl-xxx" ist displayed.
The text was updated successfully, but these errors were encountered: