removed ring again, minor opts.

This commit is contained in:
Florian Brinker 2019-02-23 15:39:51 +01:00
parent 2755d86692
commit 3c7ce2f673
4 changed files with 12 additions and 19 deletions

View File

@ -5,5 +5,7 @@
action:
service: notify.telegram_fb
data_template:
title: 'Neuer Home Assistant Release'
message: "Home Assistant {{ states.updater.updater.state }} ist nun verfügbar."
title: Neuer Home Assistant Release
message: |
Home Assistant {{ states.updater.updater.state }} ist nun verfügbar.
Changelog: https://github.com/home-assistant/home-assistant/releases

View File

@ -148,6 +148,7 @@ remote:
- platform: harmony
name: Livingroom Harmony
host: !secret harmonyhub_ip
delay_secs: 0.3
sun:
@ -184,11 +185,9 @@ binary_sensor:
payload_off: 0
scan_interval: 1800
device_class: 'problem'
- platform: ring
weather:
- platform: openweathermap
friendly_name: Vorhersage
api_key: !secret openweathermap
#octoprint:
@ -197,15 +196,10 @@ weather:
# bed: true
# number_of_tools: 1
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
ring:
username: !secret ring_username
password: !secret ring_password
#ffmpeg:
# ffmpeg_bin: /usr/bin/ffmpeg
camera:
- platform: ring
# - platform: yi
# name: YiHome1
# host: !secret yihome1

View File

@ -9,6 +9,7 @@ cards:
show_state: true
entities:
- sensor.bathroom_hygrometer_humidity
- sensor.humidity_4
- sensor.attic_humidity
- type: vertical-stack
cards:

View File

@ -62,7 +62,6 @@
command:
- Mute
device: 42849850 #Denon
delay_secs: 0.6
turn_off:
service: remote.send_command
data:
@ -70,7 +69,6 @@
command:
- Mute
device: 42849850 #Denon
delay_secs: 0.6
harmony_denon_power:
friendly_name: Denon Power
@ -82,7 +80,6 @@
command:
- PowerToggle
device: 42849850 #Denon
delay_secs: 0.6
turn_off:
service: remote.send_command
data:
@ -90,7 +87,6 @@
command:
- PowerToggle
device: 42849850 #Denon
delay_secs: 0.6
harmony_volume_down:
friendly_name: Denon Leiser
@ -102,7 +98,7 @@
command:
- VolumeDown
device: 42849850 #Denon
delay_secs: 0.6
num_repeats: 5
turn_off:
service: remote.send_command
data:
@ -110,7 +106,7 @@
command:
- VolumeDown
device: 42849850 #Denon
delay_secs: 0.6
num_repeats: 5
harmony_volume_up:
friendly_name: Denon Lauter
@ -122,7 +118,7 @@
command:
- VolumeUp
device: 42849850 #Denon
delay_secs: 0.6
num_repeats: 5
turn_off:
service: remote.send_command
data:
@ -130,7 +126,7 @@
command:
- VolumeUp
device: 42849850 #Denon
delay_secs: 0.6
num_repeats: 5
livingroom_music:
value_template: "{{ is_state_attr('remote.livingroom_harmony', 'current_activity', 'Musik Bluetooth') }}"