Skip to content

Commit

Permalink
small update 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
kernehed committed Jan 13, 2020
1 parent 6fe0f5c commit 1ad8a59
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 25 deletions.
4 changes: 1 addition & 3 deletions automations/house/frontdoor/unlock_lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ initial_state: 'on'
trigger:
platform: state
entity_id:
- group.devices_bella
- device_tracker.oskarstelefon
- group.devices_evenice
- group.devices_adults
from: 'not_home'
to: 'home'
action:
Expand Down
24 changes: 12 additions & 12 deletions automations/system/update_google_travel_time_bella.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
alias: "Update Google Travel Time Bella"
initial_state: 'on'
trigger:
- platform: time_pattern
minutes: '/8'
condition:
- condition: time
after: '08:00:00'
before: '19:00:00'
action:
- service: homeassistant.update_entity
entity_id: sensor.bella_tid_till_hem
#alias: "Update Google Travel Time Bella"
#initial_state: 'on'
#trigger:
# - platform: time_pattern
# minutes: '/8'
#condition:
# - condition: time
# after: '08:00:00'
# before: '19:00:00'
#action:
# - service: homeassistant.update_entity
# entity_id: sensor.bella_tid_till_hem
8 changes: 4 additions & 4 deletions automations/tts/milla_dog_food.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ condition:
action:
- service: media_player.volume_set
entity_id:
- media_player.hela_huset
- media_player.hallen
data:
volume_level: 0.2
volume_level: 0.5
- service: media_player.play_media
data:
entity_id:
- media_player.hela_huset
- media_player.hallen
media_content_id: !secret content_silence_mp3
media_content_type: music
- service: tts.google_translate_say
entity_id: media_player.hallen
data:
message: 'Notera! Kom ihåg att Milla ska ha mat snart!'
- service: tts.google_translate_say
entity_id: media_player.kallare_mini
entity_id: media_player.hallen
data:
message: 'Notera! Kom ihåg att Milla ska ha mat snart!'
- service: notify.adults
Expand Down
2 changes: 1 addition & 1 deletion components/groups/devices_adults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ devices_adults:
entities:
- device_tracker.oskarstelefon
- device_tracker.iphone_7
- device_tracker.google_maps_103719873476746592925
- device_tracker.google_maps_114170795730412573739
- device_tracker.bellas_telefon
3 changes: 1 addition & 2 deletions components/groups/devices_oskar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ devices_oskar:
name: Enheter oskar
entities:
- device_tracker.oskarstelefon
- device_tracker.google_maps_114170795730412573739
- device_tracker.oskar_mobil
- device_tracker.google_maps_114170795730412573739
5 changes: 5 additions & 0 deletions components/sensors/scrape/annat/vad_ska_vi_ata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform: scrape
name: vad ska vi ata
resource: https://vadfanskajaglagatillmiddag.nu/
select: 'font a'
scan_interval: 3600
2 changes: 1 addition & 1 deletion lovelace/chromecasts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cards:
show_source: true
- id: 4ff95e93693048168b32cb5282508135 # Automatically created id
type: custom:mini-media-player
entity: media_player.google_home
entity: media_player.marshall
artwork: cover
show_source: true
- id: 1e663b9ebd114d03a6405a9ad6f1dd7a # Automatically created id
Expand Down
2 changes: 1 addition & 1 deletion resources/bwalarm/bwalarm_log.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[1578548550.5685053, "HA", 3, null], [1578566728.0842361, "HA", 0, null], [1578571151.1278253, "HA", 3, null], [1578585697.9556007, "HA", 5, "binary_sensor.front_door_sensor"], [1578585718.6871052, "HA", 1, null], [1578585719.9831066, "HA", 0, null], [1578635419.1928117, "HA", 3, null], [1578653960.4389327, "HA", 0, null], [1578658303.658554, "HA", 3, null], [1578665646.683896, "HA", 0, null]]
[[1578571151.1278253, "HA", 3, null], [1578585697.9556007, "HA", 5, "binary_sensor.front_door_sensor"], [1578585718.6871052, "HA", 1, null], [1578585719.9831066, "HA", 0, null], [1578635419.1928117, "HA", 3, null], [1578653960.4389327, "HA", 0, null], [1578658303.658554, "HA", 3, null], [1578665646.683896, "HA", 0, null], [1578845923.5959308, "HA", 3, null], [1578853755.3638358, "HA", 0, null]]
2 changes: 1 addition & 1 deletion scripts/tts/welcome/speech_processing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ speech_processing:
- media_player.hallen
- media_player.kitchen_mini
data:
volume_level: 0.2
volume_level: 0.5
- service: media_player.play_media
data_template:
entity_id: '{{ media_player }}'
Expand Down

0 comments on commit 1ad8a59

Please sign in to comment.