From 5ac1afdeb62e57c2e31d2f96a615f8d16a602f00 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 9 Jun 2023 10:36:39 +0200 Subject: [PATCH] Remove deprecated switch --- conf/homeassistant_conf_files/configuration.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/homeassistant_conf_files/configuration.yaml b/conf/homeassistant_conf_files/configuration.yaml index 0d66f50..778ab7d 100644 --- a/conf/homeassistant_conf_files/configuration.yaml +++ b/conf/homeassistant_conf_files/configuration.yaml @@ -31,10 +31,3 @@ automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml -# Switches -switch: - - platform: command_line - switches: - upgrade_homeassistant: - command_on: "nohup bash -c __DATA_DIR__/bin/upgrade_homeassistant.sh $1 > /dev/null 2>&1 &" - friendly_name: Upgrade Home Assistant