Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eifinger/homeassistant-config
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Mar 29, 2021
2 parents 7745df1 + 8578184 commit 8603116
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
16 changes: 12 additions & 4 deletions packages/denon_avr_x1300w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,18 @@ automation:
- condition: template
value_template: "{{ trigger.from_state.state != 'playing' }}"
action:
- service: media_player.select_source
entity_id: media_player.denon_avr_x1300w
data:
source: "Bluetooth"
- alias: "Turn on Bluetooth until the Receiver is really set to Bluetooth"
repeat:
sequence:
- service: media_player.select_source
entity_id: media_player.denon_avr_x1300w
data:
source: "Bluetooth"
until:
- condition: state
entity_id: media_player.denon_avr_x1300w
attribute: "source"
state: "Bluetooth"
script:
receiver_set_source_cbl_sat:
sequence:
Expand Down
13 changes: 0 additions & 13 deletions packages/vacuum.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
---
sensor:
- platform: rest
resource: !secret valetudo_url # http://192.168.x.x/api/remote/map
name: snowie_map
value_template: '{{ value_json.mapsrc }}'

camera:
- platform: generic
name: Snowies Karte
still_image_url: !secret snowie_map_url # http://192.168.x.x{{states.sensor.snowie_map.state | string }}
content_type: image/png
framerate: 1

switch:
- platform: template
switches:
Expand Down

0 comments on commit 8603116

Please sign in to comment.