Updated Home Assistant module to enable SSL.#1249
Updated Home Assistant module to enable SSL.#1249awawa-dev merged 4 commits intoawawa-dev:masterfrom
Conversation
…rts either HTTP or HTTPS as specified in the function call.
|
Hi BTW we are using TABS as code indentation. |
|
Well, it turned out that updateHost does nothing useful. Please check the app after my changes if https is working correctly (HA address must be in form: https://host or https://host:port) |
|
Can confirm that HA now connects over SSL on this build. Thanks heaps. |
Updated Home Assistant module to enable SSL.
Adds option to ProviderRestApi constructor to enable SSL if specified in the init method.
Have not stuffed around with the Wizard page yet.