From d59394d430d7b6a49dafed641ba70880d743041e Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 31 Dec 2020 15:33:54 +0100 Subject: [PATCH] Small refactor of names --- ...hroom.yaml => bathroom-mirror-button.yaml} | 0 ...{humidity.yaml => bedroom-humidifier.yaml} | 0 ...omputer-cave.yaml => computer-button.yaml} | 0 ...utton-kitchen.yaml => kitchen-button.yaml} | 0 automations/files/radeon.yaml | 50 ------------------- 5 files changed, 50 deletions(-) rename automations/files/{button-bathroom.yaml => bathroom-mirror-button.yaml} (100%) rename automations/files/{humidity.yaml => bedroom-humidifier.yaml} (100%) rename automations/files/{button-computer-cave.yaml => computer-button.yaml} (100%) rename automations/files/{button-kitchen.yaml => kitchen-button.yaml} (100%) delete mode 100644 automations/files/radeon.yaml diff --git a/automations/files/button-bathroom.yaml b/automations/files/bathroom-mirror-button.yaml similarity index 100% rename from automations/files/button-bathroom.yaml rename to automations/files/bathroom-mirror-button.yaml diff --git a/automations/files/humidity.yaml b/automations/files/bedroom-humidifier.yaml similarity index 100% rename from automations/files/humidity.yaml rename to automations/files/bedroom-humidifier.yaml diff --git a/automations/files/button-computer-cave.yaml b/automations/files/computer-button.yaml similarity index 100% rename from automations/files/button-computer-cave.yaml rename to automations/files/computer-button.yaml diff --git a/automations/files/button-kitchen.yaml b/automations/files/kitchen-button.yaml similarity index 100% rename from automations/files/button-kitchen.yaml rename to automations/files/kitchen-button.yaml diff --git a/automations/files/radeon.yaml b/automations/files/radeon.yaml deleted file mode 100644 index 96e26f7..0000000 --- a/automations/files/radeon.yaml +++ /dev/null @@ -1,50 +0,0 @@ -- id: ryzen_notify - alias: Radeon Notifications - description: '' - trigger: - - platform: state - entity_id: sensor.imap_notifications - condition: - - condition: template - value_template: '{{ trigger.to_state.state | int > trigger.from_state.state | int }}' - action: - - service: light.turn_on - data: - brightness: 200 - rgb_color: - - 244 - - 117 - - 30 - entity_id: - - light.computer_left - - light.computer_right - - service: light.turn_on - data: - flash: long - brightness: 200 - rgb_color: - - 255 - - 0 - - 0 - entity_id: - - light.computer_left - - light.computer_right - - service: tts.google_translate_say - data: - language: pl - message: UWAGA Radeon jest dostępny - entity_id: media_player.livingroom_speaker - - service: notify.mobile_app_sm_g965f - data: - message: Radeon 6800 XT jest dostępny - - delay: 0:00:05 - - service: media_player.volume_set - data: - volume_level: 1 - entity_id: media_player.livingroom_speaker - - service: media_player.play_media - data: - media_content_id: media-source://media_source/local/JohnCena.mp3 - media_content_type: music - entity_id: media_player.livingroom_speaker - mode: single