removed ring again, minor opts.

This commit is contained in:
Florian Brinker 2019-02-23 15:39:51 +01:00
rodzic 2755d86692
commit 3c7ce2f673
4 zmienionych plików z 12 dodań i 19 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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