From 4b5d259a33fb2de18ebea0531f53ddce57d267ab Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 23 Sep 2020 11:01:45 -0400 Subject: [PATCH] Removed some config that had been deprecated --- config/automations.yaml | 53 ----------------------------------------- 1 file changed, 53 deletions(-) diff --git a/config/automations.yaml b/config/automations.yaml index fdfa26d..414b1a8 100644 --- a/config/automations.yaml +++ b/config/automations.yaml @@ -1,57 +1,4 @@ - -# deprecated -# - id: turn_off_disney -# initial_state: true -# alias: Turn Off Disney -# trigger: -# - platform: state -# entity_id: media_player.hass_speaker -# from: playing -# to: idle -# action: -# - service: input_boolean.turn_off -# entity_id: input_boolean.tiki_room_audio -# - service: input_boolean.turn_off -# entity_id: input_boolean.happy_ever_after_show -# - service: input_boolean.turn_off -# entity_id: input_boolean.haunted_mansion -# - service: input_boolean.turn_off -# entity_id: input_boolean.boo_to_you_show -# - service: input_boolean.turn_off -# entity_id: input_boolean.spaceship_earth_ride -# - service: input_boolean.turn_off -# entity_id: input_boolean.mk_loop -# - service: input_boolean.turn_off -# entity_id: input_boolean.illuminations -# - service: input_boolean.turn_off -# entity_id: input_boolean.boo_to_you -# - service: input_boolean.turn_off -# entity_id: input_boolean.happy_ever_after - -# Deprecated -# - id: backup_hass -# initial_state: true -# alias: Backup Hass -# trigger: -# - platform: time -# at: 05:00:00 -# action: -# - service: shell_command.backup -# - service: script.twitter_notify_image -# data_template: -# tweet: >- -# {{ [ -# "I just kicked off a backup of #homeassistant to ensure I live on. Do you backup? ", -# "Its important to backup your data. Thats why I just intitiated a backup of my critical data. ", -# "With @home_assistant and the #dropbox component it is easy to backup your important config files. Lets do this thing! " -# ] | random }} -# image: >- -# "/config/www/tweet_images/hdd.jpg" - - - - - id: upstairs_fan_on alias: Upstairs Fan On initial_state: true