Hi, I keep seeing those errors in the logs, any idea what’s wrong?
Logs:
> 2018-04-24 07:41:57 ERROR (Thread-15) [homeassistant.components.switch.command_line] Command failed: curl -X GET 'http://192.168.1.9/admin/api.php?status'
> 2018-04-24 07:41:57 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: None, template: {{ value_json.status == 'enabled' }})
> 2018-04-24 07:42:28 ERROR (Thread-11) [homeassistant.components.switch.command_line] Command failed: curl -X GET 'http://192.168.1.9/admin/api.php?status'
> 2018-04-24 07:42:28 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: None, template: {{ value_json.status == 'enabled' }})
> 2018-04-24 07:42:59 ERROR (Thread-3) [homeassistant.components.switch.command_line] Command failed: curl -X GET 'http://192.168.1.9/admin/api.php?status'
> 2018-04-24 07:42:59 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: None, template: {{ value_json.status == 'enabled' }})
> 2018-04-24 07:43:30 ERROR (Thread-12) [homeassistant.components.switch.command_line] Command failed: curl -X GET 'http://192.168.1.9/admin/api.php?status'
> 2018-04-24 07:43:30 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'value_json' is undefined (value: None, template: {{ value_json.status == 'enabled' }})