hass-core/homeassistant/components/websocket_api
J. Nick Koston 7691991a93
Small cleanups to the websocket command phase (#129712)
* Small cleanups to the websocket command phase

- Remove unused argument
- Avoid multiple NamedTuple property lookups

* Update homeassistant/components/websocket_api/http.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Apply suggestions from code review

* touch ups

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-04 15:33:15 +01:00
..
__init__.py
auth.py
commands.py Adjust automation to plural triggers/conditions/actions keys (#123823) 2024-09-24 20:03:23 +02:00
connection.py Convert WebSocket messages to bytes before passing them to send_message (#129300) 2024-10-28 12:21:12 +01:00
const.py
decorators.py
error.py
http.py Small cleanups to the websocket command phase (#129712) 2024-11-04 15:33:15 +01:00
manifest.json
messages.py
sensor.py
services.yaml
strings.json
util.py