Voice stuff
This commit is contained in:
@@ -7,7 +7,6 @@ person:
|
||||
sun:
|
||||
system_health:
|
||||
updater:
|
||||
recorder:
|
||||
logbook:
|
||||
|
||||
#input_boolean:
|
||||
@@ -17,13 +16,20 @@ logbook:
|
||||
#input_text:
|
||||
|
||||
|
||||
ondilo:
|
||||
username: customer_api
|
||||
password: !secret ondilo_pw
|
||||
|
||||
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||
http:
|
||||
base_url: https://ha.bauer.tech
|
||||
|
||||
homeassistant:
|
||||
name: MyHome
|
||||
latitude: 49.369477
|
||||
longitude: 10.9831468
|
||||
external_url: https://ha.bauer.tech
|
||||
internal_url: https://ha.bauer.tech
|
||||
auth_mfa_modules:
|
||||
- type: totp
|
||||
|
||||
@@ -50,6 +56,23 @@ homeassistant:
|
||||
# enable configuration editor
|
||||
config:
|
||||
|
||||
ffmpeg:
|
||||
|
||||
# using onvif instead
|
||||
#camera:
|
||||
# - platform: generic
|
||||
# stream_source: rtsp://192.168.178.114:554/stream1
|
||||
# name: BabyCameraHiRes
|
||||
# username: camera
|
||||
# password: !secret camera_pw
|
||||
# verify_ssl: false
|
||||
# - platform: generic
|
||||
# stream_source: rtsp://192.168.178.114:554/stream2
|
||||
# name: BabyCameraLowRes
|
||||
# username: camera
|
||||
# password: !secret camera_pw
|
||||
#
|
||||
|
||||
zone:
|
||||
- name: Uni
|
||||
latitude: 49.573626
|
||||
@@ -61,13 +84,6 @@ owntracks:
|
||||
max_gps_accuracy: 200
|
||||
waypoints: false
|
||||
|
||||
|
||||
homekit:
|
||||
name: !secret homekit_name
|
||||
filter:
|
||||
include_domains:
|
||||
- scene
|
||||
|
||||
discovery:
|
||||
ignore:
|
||||
- philips_hue
|
||||
@@ -130,6 +146,17 @@ switch:
|
||||
name: esszimmer_oben_radio_steckdose
|
||||
host: esszimmerradio.fritz.box
|
||||
num_power_plugs: 4
|
||||
- platform: mqtt
|
||||
name: PoolPumpeSteckdose
|
||||
state_topic: "stat/poolpumpesteckdose/POWER"
|
||||
command_topic: "cmnd/poolpumpesteckdose/POWER"
|
||||
availability_topic: "tele/poolpumpesteckdose/LWT"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
payload_available: "Online"
|
||||
payload_not_available: "Offline"
|
||||
retain: false
|
||||
|
||||
long_click:
|
||||
duration: 0.6
|
||||
@@ -171,12 +198,113 @@ tts:
|
||||
output_format: audio/flac
|
||||
output_audio_rate: 44100
|
||||
|
||||
alexa:
|
||||
smart_home:
|
||||
locale: de-DE
|
||||
#endpoint: https://api.eu.amazonalexa.com/v3/events
|
||||
#client_id: amzn1.application-oa2-client.a4de8a70130c4f9383b277044f07a3af
|
||||
#client_secret: !secret alexa_client_secret
|
||||
filter:
|
||||
include_entities:
|
||||
# Light Groups
|
||||
#- light.kuche_esszimmer_lichter
|
||||
#- light.arbeitszimmer_lichter
|
||||
# Arbeitszimmer
|
||||
- light.arbeitszimmer_deckenlampe
|
||||
- light.arbeitszimmer_fluter
|
||||
- light.arbeitszimmer_stehlampe_unten
|
||||
- light.arbeitszimmer_stehlampe_oben
|
||||
- cover.arbeitszimmer_rollo
|
||||
- scene.arbeitszimmer_orange
|
||||
- scene.arbeitszimmer_blau_grun
|
||||
- scene.arbeitszimmer_hell
|
||||
# Gang
|
||||
- light.gang_bogen
|
||||
- light.gang_licht
|
||||
- light.gang_einganglicht
|
||||
# Wohnbereich
|
||||
- cover.wohnzimmer_fenster_rollo
|
||||
- cover.wohnzimmer_terrassentur_rollo
|
||||
- cover.kuche_fenster_rollo
|
||||
- cover.esszimmer_fenster_rollo
|
||||
entity_config:
|
||||
cover.arbeitszimmer_rollo:
|
||||
display_categories: EXTERIOR_BLIND
|
||||
cover.wohnzimmer_fenster_rollo:
|
||||
display_categories: EXTERIOR_BLIND
|
||||
cover.wohnzimmer_terrassentur_rollo:
|
||||
display_categories: EXTERIOR_BLIND
|
||||
cover.esszimmer_fenster_rollo:
|
||||
display_categories: EXTERIOR_BLIND
|
||||
|
||||
knx:
|
||||
rate_limit: 20
|
||||
tunneling:
|
||||
host: 192.168.178.65
|
||||
port: 3671
|
||||
homekit:
|
||||
name: !secret homekit_name
|
||||
filter:
|
||||
include_entities:
|
||||
# Light Groups
|
||||
#- light.kuche_esszimmer_lichter
|
||||
#- light.arbeitszimmer_lichter
|
||||
# Arbeitszimmer
|
||||
- light.arbeitszimmer_deckenlampe
|
||||
- light.arbeitszimmer_fluter
|
||||
- light.arbeitszimmer_stehlampe_unten
|
||||
- light.arbeitszimmer_stehlampe_oben
|
||||
- cover.arbeitszimmer_rollo
|
||||
- scene.arbeitszimmer_orange
|
||||
- scene.arbeitszimmer_blau_grun
|
||||
- scene.arbeitszimmer_hell
|
||||
# Gang
|
||||
- light.gang_bogen
|
||||
- light.gang_licht
|
||||
- light.gang_einganglicht
|
||||
# Wohnbereich
|
||||
- cover.wohnzimmer_fenster_rollo
|
||||
- cover.wohnzimmer_terrassentur_rollo
|
||||
- cover.kuche_fenster_rollo
|
||||
- cover.esszimmer_fenster_rollo
|
||||
|
||||
google_assistant:
|
||||
project_id: homeassistant-d3afc
|
||||
service_account: !include google_assistant_service_account.json
|
||||
report_state: true
|
||||
expose_by_default: false
|
||||
entity_config:
|
||||
# Arbeitszimmer
|
||||
light.arbeitszimmer_deckenlampe:
|
||||
room: Arbeitszimmer
|
||||
light.arbeitszimmer_fluter:
|
||||
room: Arbeitszimmer
|
||||
light.arbeitszimmer_stehlampe_unten:
|
||||
room: Arbeitszimmer
|
||||
light.arbeitszimmer_stehlampe_oben:
|
||||
room: Arbeitszimmer
|
||||
cover.arbeitszimmer_rollo:
|
||||
room: Arbeitszimmer
|
||||
scene.arbeitszimmer_orange:
|
||||
room: Arbeitszimmer
|
||||
scene.arbeitszimmer_blau_grun:
|
||||
room: Arbeitszimmer
|
||||
scene.arbeitszimmer_hell:
|
||||
room: Arbeitszimmer
|
||||
# Gang
|
||||
light.gang_bogen:
|
||||
room: Gang
|
||||
light.gang_licht:
|
||||
room: Gang
|
||||
light.gang_einganglicht:
|
||||
room: Gang
|
||||
# Wohnbereich
|
||||
cover.wohnzimmer_fenster_rollo:
|
||||
room: Wohnbereich
|
||||
cover.wohnzimmer_terrassentur_rollo:
|
||||
room: Wohnbereich
|
||||
cover.kuche_fenster_rollo:
|
||||
room: Wohnbereich
|
||||
cover.esszimmer_fenster_rollo:
|
||||
room: Wohnbereich
|
||||
|
||||
|
||||
knx: !include knx_conf.yaml
|
||||
|
||||
fhem:
|
||||
host: localhost
|
||||
@@ -240,6 +368,12 @@ lirc_network:
|
||||
binary_sensor:
|
||||
- platform: lirc_network # sensor to show for each host if it is currently connected
|
||||
- platform: sysdweb
|
||||
- platform: ffmpeg_noise
|
||||
input: rtsp://camera:1238djie!d24yu@babycamera:554/stream2
|
||||
extra_arguments: -filter:a highpass=f=300,lowpass=f=2500,volume=volume=2
|
||||
initial_state: false
|
||||
duration: 2
|
||||
reset: 60
|
||||
|
||||
media_player:
|
||||
- platform: squeezebox_telnet
|
||||
@@ -252,7 +386,7 @@ media_player:
|
||||
|
||||
vacuum:
|
||||
- platform: xiaomi_miio
|
||||
host: rockrobo.fritz.box
|
||||
host: vacuum.fritz.box
|
||||
token: !secret vacuum_token
|
||||
|
||||
|
||||
@@ -281,14 +415,14 @@ sensor:
|
||||
|
||||
- platform: history_stats
|
||||
name: Pool Pumpe Heute
|
||||
entity_id: switch.mobile_steckdose_schalter_1
|
||||
entity_id: switch.poolpumpesteckdose
|
||||
type: time
|
||||
state: 'on'
|
||||
start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
|
||||
end: '{{ now() }}'
|
||||
- platform: history_stats
|
||||
name: Pool Pumpe Gestern
|
||||
entity_id: switch.mobile_steckdose_schalter_1
|
||||
entity_id: switch.poolpumpesteckdose
|
||||
type: time
|
||||
state: 'on'
|
||||
start: '{{ as_timestamp(now().replace(hour=0).replace(minute=0).replace(second=0)) - (60*60 * 24) }}'
|
||||
@@ -330,3 +464,25 @@ light:
|
||||
- light.garten_spot_beet
|
||||
- light.garten_stehleuchte
|
||||
- light.aussen_terassenlicht
|
||||
- platform: group
|
||||
name: Arbeitszimmer Lichter
|
||||
entities:
|
||||
- light.arbeitszimmer_deckenlampe
|
||||
- light.arbeitszimmer_fluter
|
||||
- light.arbeitszimmer_stehlampe_unten
|
||||
- light.arbeitszimmer_stehlampe_oben
|
||||
- platform: group
|
||||
name: Wohnbereich Lichter
|
||||
entities:
|
||||
- light.kuche_deckenlampe
|
||||
- light.esszimmer_deckenlampe_west
|
||||
- light.esszimmer_deckenlampe_mitte
|
||||
- light.kuche_links
|
||||
- light.kuche_rechts
|
||||
- light.kuche_vorne
|
||||
- light.wohnzimmer_deckenlampe
|
||||
- light.wohnzimmer_kugel
|
||||
- light.wohnzimmer_stehlampe
|
||||
- light.wohnzimmer_stehlampe_oben
|
||||
- light.wohnzimmer_regal_rechts
|
||||
- light.wohnzimmer_regal_links
|
||||
|
||||
Reference in New Issue
Block a user