From 02c9309fa66620038b74de9c06e21b26c0261e02 Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Wed, 19 Jun 2019 06:37:21 +0000 Subject: [PATCH] =?UTF-8?q?Re-estructuraci=C3=B3n=20de=20persianas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambio desde packages a covers --- .../cover/persiana_habitacion_estudio.yaml | 20 +++ packages/cover/persiana_habitacion_mia.yaml | 20 +++ packages/cover/persiana_habitacion_noha.yaml | 20 +++ .../cover/persiana_habitacion_principal.yaml | 20 +++ packages/cover/salon_fase_dos.yaml | 21 +++ packages/cover/salon_piscina.yaml | 20 +++ packages/persianas.yaml | 120 ------------------ 7 files changed, 121 insertions(+), 120 deletions(-) create mode 100644 packages/cover/persiana_habitacion_estudio.yaml create mode 100644 packages/cover/persiana_habitacion_mia.yaml create mode 100644 packages/cover/persiana_habitacion_noha.yaml create mode 100644 packages/cover/persiana_habitacion_principal.yaml create mode 100644 packages/cover/salon_fase_dos.yaml create mode 100644 packages/cover/salon_piscina.yaml delete mode 100644 packages/persianas.yaml diff --git a/packages/cover/persiana_habitacion_estudio.yaml b/packages/cover/persiana_habitacion_estudio.yaml new file mode 100644 index 0000000..5f41a8f --- /dev/null +++ b/packages/cover/persiana_habitacion_estudio.yaml @@ -0,0 +1,20 @@ +cover: + - platform: mqtt + name: "Persiana Habitación Estudio" + state_topic: "shellies/shellyswitch25-74595A/roller/0" + command_topic: "shellies/shellyswitch25-74595A/roller/0/command" + position_topic: "shellies/shellyswitch25-74595A/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-74595A/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-74595A/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 diff --git a/packages/cover/persiana_habitacion_mia.yaml b/packages/cover/persiana_habitacion_mia.yaml new file mode 100644 index 0000000..bb81a33 --- /dev/null +++ b/packages/cover/persiana_habitacion_mia.yaml @@ -0,0 +1,20 @@ +cover: + - platform: mqtt + name: "Persiana Habitación Mia" + state_topic: "shellies/shellyswitch25-74595B/roller/0" + command_topic: "shellies/shellyswitch25-74595B/roller/0/command" + position_topic: "shellies/shellyswitch25-74595B/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-74595B/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-74595B/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 diff --git a/packages/cover/persiana_habitacion_noha.yaml b/packages/cover/persiana_habitacion_noha.yaml new file mode 100644 index 0000000..4ee9aa4 --- /dev/null +++ b/packages/cover/persiana_habitacion_noha.yaml @@ -0,0 +1,20 @@ +cover: + - platform: mqtt + name: "Persiana Habitación Noha" + state_topic: "shellies/shellyswitch25-5DB8BE/roller/0" + command_topic: "shellies/shellyswitch25-5DB8BE/roller/0/command" + position_topic: "shellies/shellyswitch25-5DB8BE/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-5DB8BE/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-5DB8BE/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 diff --git a/packages/cover/persiana_habitacion_principal.yaml b/packages/cover/persiana_habitacion_principal.yaml new file mode 100644 index 0000000..94e82fe --- /dev/null +++ b/packages/cover/persiana_habitacion_principal.yaml @@ -0,0 +1,20 @@ +cover: + - platform: mqtt + name: "Persiana Habitación Principal" + state_topic: "shellies/shellyswitch25-744b67/roller/0" + command_topic: "shellies/shellyswitch25-744B67/roller/0/command" + position_topic: "shellies/shellyswitch25-744B67/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-744B67/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-744B67/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 diff --git a/packages/cover/salon_fase_dos.yaml b/packages/cover/salon_fase_dos.yaml new file mode 100644 index 0000000..3e94f80 --- /dev/null +++ b/packages/cover/salon_fase_dos.yaml @@ -0,0 +1,21 @@ +cover: + - platform: mqtt + name: "Persiana Salón Fase Dos" + state_topic: "shellies/shellyswitch25-745590/roller/0" + command_topic: "shellies/shellyswitch25-745590/roller/0/command" + position_topic: "shellies/shellyswitch25-745590/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-745590/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-745590/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 + diff --git a/packages/cover/salon_piscina.yaml b/packages/cover/salon_piscina.yaml new file mode 100644 index 0000000..ddafde5 --- /dev/null +++ b/packages/cover/salon_piscina.yaml @@ -0,0 +1,20 @@ +cover: + - platform: mqtt + name: "Persiana Salón Piscina" + state_topic: "shellies/shellyswitch25-74552E/roller/0" + command_topic: "shellies/shellyswitch25-74552E/roller/0/command" + position_topic: "shellies/shellyswitch25-74552E/roller/0/pos" + set_position_topic: "shellies/shellyswitch25-74552E/roller/0/command/pos" + availability_topic: "shellies/shellyswitch25-74552E/online" + state_open: "open" + state_closed: "close" + payload_available: "true" + payload_not_available: "false" + retain: false + optimistic: false + payload_open: "open" + payload_close: "close" + payload_stop: "stop" + position_open: 100 + position_closed: 0 + qos: 0 diff --git a/packages/persianas.yaml b/packages/persianas.yaml deleted file mode 100644 index 37d29e7..0000000 --- a/packages/persianas.yaml +++ /dev/null @@ -1,120 +0,0 @@ -cover: - - platform: mqtt - name: "Persina Habitación Principal" - state_topic: "shellies/shellyswitch25-744b67/roller/0" - command_topic: "shellies/shellyswitch25-744B67/roller/0/command" - position_topic: "shellies/shellyswitch25-744B67/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-744B67/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-744B67/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0 - - - platform: mqtt - name: "Persina Habitación Noha" - state_topic: "shellies/shellyswitch25-5DB8BE/roller/0" - command_topic: "shellies/shellyswitch25-5DB8BE/roller/0/command" - position_topic: "shellies/shellyswitch25-5DB8BE/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-5DB8BE/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-5DB8BE/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0 - - - platform: mqtt - name: "Persina Habitación Mia" - state_topic: "shellies/shellyswitch25-74595B/roller/0" - command_topic: "shellies/shellyswitch25-74595B/roller/0/command" - position_topic: "shellies/shellyswitch25-74595B/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-74595B/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-74595B/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0 - - - platform: mqtt - name: "Persina Habitación Estudio" - state_topic: "shellies/shellyswitch25-74595A/roller/0" - command_topic: "shellies/shellyswitch25-74595A/roller/0/command" - position_topic: "shellies/shellyswitch25-74595A/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-74595A/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-74595A/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0 - - - platform: mqtt - name: "Persina Salón Fase Dos" - state_topic: "shellies/shellyswitch25-745590/roller/0" - command_topic: "shellies/shellyswitch25-745590/roller/0/command" - position_topic: "shellies/shellyswitch25-745590/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-745590/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-745590/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0 - - - platform: mqtt - name: "Persina Salón Piscina" - state_topic: "shellies/shellyswitch25-74552E/roller/0" - command_topic: "shellies/shellyswitch25-74552E/roller/0/command" - position_topic: "shellies/shellyswitch25-74552E/roller/0/pos" - set_position_topic: "shellies/shellyswitch25-74552E/roller/0/command/pos" - availability_topic: "shellies/shellyswitch25-74552E/online" - state_open: "open" - state_closed: "close" - payload_available: "true" - payload_not_available: "false" - retain: false - optimistic: false - payload_open: "open" - payload_close: "close" - payload_stop: "stop" - position_open: 100 - position_closed: 0 - qos: 0