mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 18:16:17 +01:00
* Don't escape command parameters Escaping should only be done when using the tcp socket cli interface which we aren't. * Updated comment to reflect the changes