Notable Changes
- Accessory Control: @Feilner added support for Door and Window accessory control in the UI (#945)
- Accessory Control: @Feilner added accessory icons for Stateless Programmable Switches (#951)
- Plugins: (BETA) The following features have been added to assist plugin developers building custom plugin user interfaces:
- Added an option to toggle the display of the schema-generated config form below the plugin's custom user interface - see docs
- Added the ability to load the plugin's custom ui from a local development server (such as the Angular/Vue/Webpack dev servers) - see docs
- Added the ability to customise the location of the plugin's custom ui assets using the
customUiPath
property in theconfig.schema.json
Other Changes
- i18n: Improvements to Simplified Chinese language translations (#942)
- i18n: Improvements to German language translations (#946)
- i18n: Improvements to Spanish language translations (#950)
- API: Added REST API endpoints to lookup and update the config for a single plugin, see the Swagger API documentation for details
- System: Display a warning in the UI when the client (browser) is running a newer version than the server - this can happen if the service is not restarted after updating the Homebridge UI
If you like Homebridge Config UI X please consider starring the project on GitHub.