From 496fb322c726c231908dc30b715d0f8016a262bf Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Mar 2021 12:47:51 +0000 Subject: [PATCH] changed camera control;added spotify --- automations.yaml | 27 ++++++++++++++++++++++++--- configuration.yaml | 4 ++++ cover.yaml | 1 + 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/automations.yaml b/automations.yaml index b34647a..f16931d 100755 --- a/automations.yaml +++ b/automations.yaml @@ -230,16 +230,16 @@ description: '' trigger: - platform: time - at: 08:00:00 + at: 07:30:00 condition: [] action: - service: cover.set_cover_position data: position: 30 - entity_id: cover.estores_escritorio_2 + entity_id: cover.estores_escritorio - service: cover.set_cover_position data: - position: 15 + position: 20 entity_id: cover.estores_qprincipal - service: cover.set_cover_position data: @@ -282,3 +282,24 @@ position: 0 entity_id: cover.estores_quarto_clara mode: single +- id: '1614588424982' + alias: Let There be Light + description: '' + trigger: + - platform: time + at: 08:30:00 + condition: [] + action: + - service: cover.set_cover_position + data: + position: 60 + entity_id: cover.estores_escritorio + - service: cover.set_cover_position + data: + position: 70 + entity_id: cover.estores_qprincipal + - service: cover.set_cover_position + data: + position: 90 + entity_id: cover.cover_group + mode: single diff --git a/configuration.yaml b/configuration.yaml index fdade48..316f714 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -48,6 +48,10 @@ camera: name: Camera Garagem input: rtsp://valadimnfer:ditesM6rvMQmw8@192.168.1.111:554/stream1 +spotify: + client_id: !secret spotifyClientID + client_secret: !secret spotifyClientSecret + telegram_bot: - platform: polling api_key: !secret telegram_bot_token diff --git a/cover.yaml b/cover.yaml index 2ce5be3..a00ec3a 100755 --- a/cover.yaml +++ b/cover.yaml @@ -108,6 +108,7 @@ position_closed: 0 optimistic: false - platform: group + name : Estores Sala entities: - cover.estores_sala_dir - cover.estores_sala_esq \ No newline at end of file