updated code clean and automations

This commit is contained in:
2022-03-14 10:20:44 +00:00
parent 1a01aa6d1b
commit 848c33d3f7
3 changed files with 5 additions and 12 deletions

View File

@@ -2,13 +2,13 @@
alias: Aquecimento Agua alias: Aquecimento Agua
description: '' description: ''
trigger: trigger:
- at: 06:30:00 - at: 04:00
platform: time platform: time
- at: 08:00:00 - at: 08:00:00
platform: time platform: time
- at: '18:00:00' - at: '18:00:00'
platform: time platform: time
- at: '19:00:00' - at: '22:00'
platform: time platform: time
action: action:
- data: {} - data: {}
@@ -400,10 +400,9 @@
alias: Garagem - Turn light on at night alias: Garagem - Turn light on at night
description: '' description: ''
trigger: trigger:
- entity_id: cover.portao_garagem - entity_id: cover.garage_door
from: 'On' from: closed
platform: state platform: state
to: 'Off'
condition: condition:
- condition: or - condition: or
conditions: conditions:

View File

@@ -66,14 +66,9 @@ light: !include light.yaml
switch: !include switch.yaml switch: !include switch.yaml
media_player: !include mediaplayers.yaml media_player: !include mediaplayers.yaml
vacuum:
- platform: xiaomi_miio
host: !secret aleixoIP
token: !secret aleixoToken
utility_meter: utility_meter:
energy: energy:
source: sensor.energy_aqua_hoje source: sensor.energy_aqua_hoje
cycle: hourly cycle: hourly
homekit: homekit:

View File

@@ -5,7 +5,6 @@
unit_prefix: k unit_prefix: k
round: 2 round: 2
method: left method: left
- platform: cpuspeed
- platform: systemmonitor - platform: systemmonitor
resources: resources:
- type: disk_use_percent - type: disk_use_percent