core/homeassistant/components/hassio
J. Nick Koston 491bde181c
Speed up hassio send_command url check (#125122)
* 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
2024-09-03 15:29:02 +02:00
..
__init__.py
addon_manager.py
addon_panel.py
auth.py
binary_sensor.py
config_flow.py
const.py
coordinator.py
diagnostics.py
discovery.py
entity.py
handler.py
http.py
icons.json
ingress.py
issues.py
manifest.json
repairs.py
sensor.py
services.yaml
strings.json
system_health.py
update.py
websocket_api.py