* Speed up hassio send_command url check The send_command call checked the resulting path to make sure that the input path was not modified when converting to a URL. Since the host is is pre-set, we only need to check the processed raw_path matches command instead of converting back to a string, and than comparing it against another constructed string. * Speed up hassio send_command url check The send_command call checked the resulting path to make sure that the input path was not modified when converting to a URL. Since the host is is pre-set, we only need to check the processed raw_path matches command instead of converting back to a string, and than comparing it against another constructed string. * adjust |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
conftest.py | ||
test_addon_manager.py | ||
test_addon_panel.py | ||
test_auth.py | ||
test_binary_sensor.py | ||
test_config_flow.py | ||
test_diagnostics.py | ||
test_discovery.py | ||
test_handler.py | ||
test_http.py | ||
test_ingress.py | ||
test_init.py | ||
test_issues.py | ||
test_repairs.py | ||
test_sensor.py | ||
test_system_health.py | ||
test_update.py | ||
test_websocket_api.py |