Skip to content

Commit

Permalink
Merge pull request #45 from justjam2013/add-accessory-section-folding
Browse files Browse the repository at this point in the history
Added accessory section folding
  • Loading branch information
justjam2013 authored Nov 27, 2024
2 parents 83b3924 + 0835d87 commit 9de6e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Note:
## Known Issues

- When creating a Cron Trigger, the date-time is saved properly, but upon editing is not displayed back. This is a UI bug with an open ticket. If you check the JSON config, you will see that the date-time values are saved correctly.
- The Homebridge UI does not support expanding and collapsing accessory sections, so if you have a lot of accessories, it's going to require a lot of scrolling. An enhancement request has been opened here: "[Homebridge UI improvements](https://github.com/justjam2013/homebridge-virtual-accessories/issues/32)". Please read the details and provide your support for this enhancement to the Homebridge UI functionality.
- The Homebridge UI does not provide expanding and collapsing accessory sections, except for the deprecated plugin types. So if you have a lot of accessories, it's going to require a lot of scrolling. An enhancement request has been opened here: "[Homebridge UI improvements](https://github.com/justjam2013/homebridge-virtual-accessories/issues/32)". Please read the details and provide your support for this enhancement to the Homebridge UI functionality. I have added expand/functionality provided by the underlying framework, but I haven't yet found a way to display the accessory name on the collapsed section header. The ticket with Homebridge UI has been updated.

## What if I run into a problem?

Expand Down
4 changes: 3 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"orderable": false,
"uniqueItemProperties": [ "accessoryID" ],
"items": {
"title": "Accessory",
"title": " ",
"type": "object",
"expandable": true,
"expanded": true,
"properties": {
"accessoryID": {
"title": "Accessory ID",
Expand Down

0 comments on commit 9de6e78

Please sign in to comment.