1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/tests/components
Matthew Treinish aa3d0e1047 Fix incorrect check on presence of password and pub_key (#2355)
This commit fixes an issue with the use of None in default values
for the config get() calls in __init__() of AsusWrtDeviceScanner.
These values are cast as strings and when a NoneType is cast it
returns the string "None" this broke the check for the existence
of these fields. This commit fixes the issue by changing the default
value to be an empty string '' which will conform with the behavior
expected by the ssh login code.

Closes #2343
2016-06-22 17:01:39 -07:00
..
2016-05-30 10:19:12 -07:00
2016-06-07 08:43:46 -07:00
2016-06-02 00:39:58 -07:00
2016-04-08 21:28:59 -07:00
2016-04-16 01:46:50 -07:00
2016-06-08 21:06:14 -07:00
2016-06-02 00:39:58 -07:00
2016-04-21 07:59:35 -07:00
2016-03-09 10:25:50 +01:00
2016-05-21 15:01:33 -07:00
2016-06-21 22:26:40 -07:00
2016-06-10 20:50:04 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-06-13 18:54:49 -07:00
2016-05-27 21:45:38 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-03-14 22:03:30 +01:00
2016-03-09 10:25:50 +01:00
2016-05-21 15:01:33 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-05-13 14:43:22 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-06-01 23:02:46 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00