From 4e428c2e41eb030758fe406bc390de7e0be41ca7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 12 Apr 2018 22:39:26 +0200 Subject: [PATCH] Fix options --- hassio/api/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hassio/api/__init__.py b/hassio/api/__init__.py index 653f910aa..d610cd8e0 100644 --- a/hassio/api/__init__.py +++ b/hassio/api/__init__.py @@ -58,7 +58,6 @@ class RestAPI(CoreSysAttributes): web.post('/host/reboot', api_host.reboot), web.post('/host/shutdown', api_host.shutdown), web.post('/host/update', api_host.update), - web.post('/host/options', api_host.options), web.post('/host/reload', api_host.reload), ])