Hi!
After the new update of HA, I get a lot of errors like this
Logger: homeassistant.components.command_line.utils
Source: components/command_line/utils.py:30
integration: Command Line ([documentation](https://www.home-assistant.io/integrations/command_line), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+command_line%22))
First occurred: 12:46:02 (1132 occurrences)
Last logged: 12:48:32
Error trying to exec command: False
All I have about command line, are these two switches:
- switch:
name: Dressing Door Ringer
command_state: off
command_on: echo -n 11:1 | nc 192.168.0.69 6722
- switch:
name: Entrance Door Ringer
command_state: off
command_on: echo -n 11:1 | nc 192.168.0.70 6722
Anyone have the same problem? Any solution?
Thank you in advance!