This release is to clean up things in the API department. Rather than forcing you to partially configure HADashboard just to run the AppDaemon API, the API now runs completely separately from HADashboard on a separate port with it’s own configuration. It is now also possible to run either a http or https independently.
This means some slight changes in the config if you have been using the API, otherwise no changes.
For API users:
Rename ad_key to api_key if you are using it
Add a valid api_port to the AppDaemon section
If desired add api_ssl_certificate and api_ssl_key to ther AppDaemon section to run with SSL.
2.1.6
Features
API now runs on a separate port to the dashboard
Fixes
None
Breaking Changes
API requires the api_port configuration value to be set and now runs on a different port from the dashboard
SSL Setup for API now requires api_ssl_certificate and api_ssl_key to be set
Doesn’t look like it’s implemented yet, so can I RFE per-dashboard password? I want some dashboards “public” but others protected. I apologize if I missed where this is possible and documented!!