hass-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
..
alarm_control_panel Config validation for MQTT alarm_control_panel platform. 2016-04-06 22:51:38 -04:00
automation Initial script condition support (#1910) 2016-04-28 12:03:57 +02:00
binary_sensor Fix broken tests + linting 2016-05-30 10:19:12 -07:00
camera Add support for UniFi Video >= 3.2.0 2016-06-06 20:28:52 -07:00
device_tracker Fix incorrect check on presence of password and pub_key (#2355) 2016-06-22 17:01:39 -07:00
garage_door mqtt garage door component (#1742) 2016-04-09 20:31:53 -07:00
hvac Hvac fix (#2221) 2016-06-07 08:43:46 -07:00
light Added rfxtrx rollershutter (#2030) 2016-06-02 00:39:58 -07:00
lock Config validation for MQTT lock platform. 2016-04-06 22:51:38 -04:00
media_player Build frontend 2016-04-08 21:28:59 -07:00
mqtt Fix for MQTT config validation on the protocol field. (#1765) 2016-04-09 09:03:41 -07:00
notify Use standardised datetime format 2016-04-16 01:46:50 -07:00
rollershutter Added rfxtrx rollershutter (#2030) 2016-06-02 00:39:58 -07:00
sensor Update betamax casettes 2016-06-08 21:06:14 -07:00
switch Added rfxtrx rollershutter (#2030) 2016-06-02 00:39:58 -07:00
thermostat Heat control config validation 2016-04-21 07:59:35 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_alexa.py Tons of fixes - WIP 2016-05-21 15:01:33 -07:00
test_api.py Fix error log (#2349) 2016-06-21 22:26:40 -07:00
test_configurator.py Fix configurator tests 2016-06-10 20:50:04 -07:00
test_conversation.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_device_sun_light_trigger.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_forecast.py Refactor Forecast.io (#2217) 2016-06-13 18:54:49 -07:00
test_frontend.py Update frontend 2016-05-27 21:45:38 -07:00
test_graphite.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_group.py Accept group without entities in configuration. (#1768) 2016-04-09 09:24:18 -07:00
test_history.py Make tox run faster by using in-memory sqlite db. (#1752) 2016-04-08 18:28:19 -07:00
test_http.py WSGI: Hide password in logs (#2164) 2016-05-24 23:19:37 -07:00
test_influx.py Fix field type conflict in influxdb 2016-04-16 20:25:39 +02:00
test_init.py ps - add reload core config service (#2350) 2016-06-22 09:13:18 -07:00
test_input_boolean.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_input_select.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_input_slider.py input slider 2016-03-14 22:03:30 +01:00
test_introduction.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_logbook.py Tons of fixes - WIP 2016-05-21 15:01:33 -07:00
test_logentries.py Add support for Logentries (#1945) 2016-05-21 11:21:23 -07:00
test_logger.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_mqtt_eventstream.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
test_proximity.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_recorder.py Fixes for farcy 2016-05-13 14:43:22 -07:00
test_rfxtrx.py Fix bug in flaky rfxtrx test (#2107) 2016-05-19 06:36:11 -07:00
test_scene.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_script.py Script entities to allow passing in variables 2016-04-21 22:24:23 -04:00
test_shell_command.py Added template rendering to shell_command component (#2268) 2016-06-18 09:57:18 -07:00
test_splunk.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_statsd.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_sun.py Fix Norway (#2197) 2016-06-01 23:02:46 -07:00
test_updater.py Disable updater.updater on dev versions 2016-04-06 18:46:48 -07:00
test_weblink.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_zone.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00