Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jul 2, 2017
2 parents 0bf5021 + 7461c57 commit 2b94857
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 3,775 deletions.
14 changes: 7 additions & 7 deletions homeassistant/components/frontend/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
FINGERPRINTS = {
"compatibility.js": "8e4c44b5f4288cc48ec1ba94a9bec812",
"core.js": "d4a7cb8c80c62b536764e0e81385f6aa",
"frontend.html": "a4a80d080060120ee62c7537821347fd",
"mdi.html": "1a5ad9654c1f0e57440e30afd92846a5",
"frontend.html": "f170a7221615ca2839cb8fd51a82f50a",
"mdi.html": "c92bd28c434865d6cabb34cd3c0a3e4c",
"micromarkdown-js.html": "93b5ec4016f0bba585521cf4d18dec1a",
"panels/ha-panel-automation.html": "4f98839bb082885657bbcd0ac04fc680",
"panels/ha-panel-config.html": "4582988554e986c8d3affbb98be1e8bf",
"panels/ha-panel-config.html": "76853de505d173e82249bf605eb73505",
"panels/ha-panel-dev-event.html": "4886c821235492b1b92739b580d21c61",
"panels/ha-panel-dev-info.html": "24e888ec7a8acd0c395b34396e9001bc",
"panels/ha-panel-dev-service.html": "19a7e5bda34164cfa6f4911348966200",
"panels/ha-panel-dev-service.html": "92c6be30b1af95791d5a6429df505852",
"panels/ha-panel-dev-state.html": "8f1a27c04db6329d31cfcc7d0d6a0869",
"panels/ha-panel-dev-template.html": "d33f2a3aface10754ac33adbcadc3f0d",
"panels/ha-panel-dev-template.html": "d33a55b937b50cdfe8b6fae81f70a139",
"panels/ha-panel-hassio.html": "9474ba65077371622f21ed9a30cf5229",
"panels/ha-panel-history.html": "35177e2046c9a4191c8f51f8160255ce",
"panels/ha-panel-iframe.html": "d920f0aa3c903680f2f8795e2255daab",
"panels/ha-panel-logbook.html": "7c45bd41c146ec38b9938b8a5188bb0d",
"panels/ha-panel-map.html": "134e9cd0e15e705905fdc249f47508af",
"panels/ha-panel-zwave.html": "d41df52bde39e281d80d580052d58eab",
"panels/ha-panel-map.html": "0ba605729197c4724ecc7310b08f7050",
"panels/ha-panel-zwave.html": "2ea2223339d1d2faff478751c2927d11",
"websocket_test.html": "575de64b431fe11c3785bf96d7813450"
}
893 changes: 1 addition & 892 deletions homeassistant/components/frontend/www_static/frontend.html

Large diffs are not rendered by default.

Binary file modified homeassistant/components/frontend/www_static/frontend.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion homeassistant/components/frontend/www_static/mdi.html

Large diffs are not rendered by default.

Binary file modified homeassistant/components/frontend/www_static/mdi.html.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
1,779 changes: 1 addition & 1,778 deletions homeassistant/components/frontend/www_static/panels/ha-panel-dev-service.html

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
164 changes: 1 addition & 163 deletions homeassistant/components/frontend/www_static/panels/ha-panel-map.html

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
4 changes: 2 additions & 2 deletions homeassistant/components/notify/smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
CONF_SENDER_NAME = 'sender_name'

DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 465
DEFAULT_PORT = 587
DEFAULT_TIMEOUT = 5
DEFAULT_DEBUG = False
DEFAULT_ENCRYPTION = 'tls'
DEFAULT_ENCRYPTION = 'starttls'

ENCRYPTION_OPTIONS = ['tls', 'starttls', 'none']

Expand Down

0 comments on commit 2b94857

Please sign in to comment.