1
0
ansible-home-assistant/configuration/configuration.yaml

541 lines
14 KiB
YAML
Raw Normal View History

2021-02-02 22:08:07 +00:00
# Configure a default setup of Home Assistant (frontend, api, etc)
alert: !include alert.yaml
2021-12-18 12:34:17 +00:00
automation: !include automations.yaml
#cloud:
config:
counter:
dhcp:
energy:
frontend:
2022-05-13 22:54:57 +00:00
themes: !include_dir_merge_named themes
2022-04-29 17:55:03 +00:00
homeassistant:
customize: !include customize.yaml
history:
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.50.100
- 192.168.50.101
- 192.168.50.102
- 192.168.50.103
2021-12-14 15:09:31 +00:00
- 192.168.50.104
2021-11-24 23:37:58 +00:00
ip_ban_enabled: false
login_attempts_threshold: 5
input_boolean:
3d_printer_timelapse:
name: "3D printer timelapse"
icon: "mdi:camera-burst"
2022-11-27 14:18:48 +00:00
intercom_button:
name: "Intercom button helper"
icon: "mdi:door-closed-lock"
2022-04-29 21:51:42 +00:00
pc_caffeine:
name: "PC Caffeine"
icon: "mdi:desktop-tower-monitor"
pc_sleeping:
name: "PC sleeping"
icon: "mdi:desktop-tower-monitor"
sleep_mode:
name: "Sleep mode"
icon: "mdi:weather-night"
2022-06-05 23:27:38 +00:00
vacation_mode:
name: "Vacation mode"
icon: "mdi:beach"
2022-04-29 17:55:03 +00:00
vacuum_office:
name: "Vacuum Office"
icon: "mdi:chair-rolling"
vacuum_living_room:
name: "Vacuum Living room"
icon: "mdi:sofa"
vacuum_table_area:
name: "Vacuum Table area"
icon: "mdi:table-furniture"
vacuum_kitchen:
name: "Vacuum Kitchen"
icon: "mdi:pot-mix"
vacuum_hallway:
name: "Vacuum Hallway"
icon: "mdi:foot-print"
vacuum_bedroom:
name: "Vacuum Bedroom"
icon: "mdi:bed-empty"
vacuum_bathroom:
name: "Vacuum Bathroom"
icon: "mdi:shower"
2022-04-29 21:51:42 +00:00
vacuum_vacuumed_today:
name: "Vacuumed today"
icon: "mdi:robot-vacuum"
washing_machine_done:
name: "Washing machine done"
icon: "mdi:washing-machine"
input_datetime:
2022-04-29 21:51:42 +00:00
alarm:
name: "Alarm time"
icon: "mdi:bell-sleep"
has_date: true
has_time: true
day_mode:
name: "Day mode time"
icon: "mdi:weather-sunset"
has_date: false
has_time: true
sleep_mode:
name: "Sleep mode time"
icon: "mdi:weather-night"
has_date: false
has_time: true
input_number:
2022-04-29 21:51:42 +00:00
power_price:
name: "Power Price"
icon: "mdi:transmission-tower"
min: 0
max: 2
step: 0.01
unit_of_measurement: zł/kWh
input_select:
home_mode:
name: Home mode
options:
- Day
- Night
- Party
- Away
icon: "mdi:home"
2023-04-25 15:53:20 +00:00
music_service:
name: Music service
options:
- Spotify
- Apple Music
input_text:
2022-08-08 21:56:35 +00:00
bathroom_playlist:
name: Bathroom playlist
icon: "mdi:folder-music-outline"
logbook:
network:
map:
media_source:
mobile_app:
my:
person:
2021-12-06 22:31:28 +00:00
python_script:
2021-08-22 19:50:38 +00:00
recorder:
2022-06-24 00:09:10 +00:00
db_url: !secret mysql_url
scene: !include scenes.yaml
script: !include scripts.yaml
ssdp:
stream:
sun:
system_health:
#tag:
timer:
webhook:
zeroconf:
zone:
2021-08-22 19:50:38 +00:00
2022-11-13 23:38:19 +00:00
#powercalc:
2022-07-25 23:11:07 +00:00
2021-02-02 22:08:07 +00:00
# Text to speech
tts:
- platform: google_translate
cache: true
base_url: http://192.168.60.100:8123
group: !include groups.yaml
zha:
2022-07-27 20:52:24 +00:00
custom_quirks_path: /config/zha_custom_quirks
2021-02-02 22:08:07 +00:00
zigpy_config:
network:
channel: 15
ota:
2021-04-08 10:06:40 +00:00
ikea_provider: true
2021-02-02 22:08:07 +00:00
ledvance_provider: true
2022-07-25 23:11:17 +00:00
otau_directory: /config/ota
2021-02-02 22:08:07 +00:00
2021-06-15 07:32:51 +00:00
ios:
actions:
2022-11-13 23:39:19 +00:00
- name: "Intercom button"
background_color: "#000000"
label:
text: "Intercom button"
color: "#ffffff"
icon:
icon: door-closed-lock
color: "#ffffff"
2022-04-19 22:38:52 +00:00
- name: "Door Lock Toggle"
2021-06-15 07:32:51 +00:00
background_color: "#000000"
label:
text: "Door Lock"
2022-04-02 01:00:35 +00:00
color: "#ffffff"
2021-06-15 07:32:51 +00:00
icon:
icon: lock-open
color: "#ffffff"
2022-04-02 01:00:35 +00:00
- name: "Good Night"
background_color: "#000000"
label:
text: "Good Night"
color: "#9e9e9e"
icon:
icon: weather-night
color: "#9e9e9e"
- name: "Good Morning"
background_color: "#000000"
label:
text: "Good Morning"
color: "#ff9800"
icon:
icon: weather-sunny
color: "#ff9800"
- name: "Leave Home"
background_color: "#000000"
label:
text: "Leave Home"
color: "#ffffff"
icon:
icon: home-export-outline
color: "#ffffff"
- name: "Arrive Home"
background_color: "#000000"
label:
text: "Arrive Home"
color: "#ffffff"
icon:
icon: home-import-outline
color: "#ffffff"
2021-06-15 07:32:51 +00:00
2021-02-02 22:08:07 +00:00
alarm_control_panel:
- platform: manual
2022-04-29 22:22:43 +00:00
name: Home Alarm
delay_time: 30
arming_time: 30
trigger_time: 120
2021-02-02 22:08:07 +00:00
2021-04-19 10:27:01 +00:00
notify:
- platform: nfandroidtv
name: Shield
host: 192.168.60.18
color: black
2021-09-23 23:06:10 +00:00
- platform: sms
name: sms_notification
recipient: !secret phone_number
2021-04-19 10:27:01 +00:00
2021-04-03 20:55:49 +00:00
media_player:
2021-12-12 22:41:49 +00:00
- platform: androidtv
name: Bedroom ATV
device_class: androidtv
host: 192.168.60.17
adbkey: "/config/android/adbkey"
2021-04-03 20:55:49 +00:00
- platform: androidtv
name: nVidia Shield
device_class: androidtv
host: 192.168.60.18
adbkey: "/config/android/adbkey"
# exclude_unnamed_apps: true
apps:
com.google.android.leanbacklauncher: AndroidTV Launcher
com.netflix.ninja: Netflix
com.liskovsoft.smarttubetv.beta: SmartTube
tv.twitch.android.app: Twitch
org.mozilla.firefox: Firefox
com.tvp.vodtv.tv: TVP VOD
pl.redefine.ipla: IPLA
com.amazon.amazonvideo.livingroom: Prime Video
eu.hbogo.androidtv.production: HBO GO
com.formulaone.production: F1TV
2021-04-03 20:55:49 +00:00
state_detection_rules:
'com.netflix.ninja':
- 'media_session_state'
'com.amazon.amazonvideo.livingroom':
- 'media_session_state'
'eu.hbogo.androidtv.production':
- 'media_session_state'
2021-02-02 22:08:07 +00:00
shell_command:
2022-02-07 17:41:11 +00:00
pc_poweroff: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@192.168.50.21 sudo /sbin/poweroff'
pc_suspend: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@192.168.50.21 sudo /usr/sbin/pm-suspend'
2021-02-02 22:08:07 +00:00
rest_command:
octoprint_connect:
url: 'http://192.168.50.6:5000/api/connection'
method: post
content_type: 'application/json'
headers:
X-Api-Key: !secret octoprint_api_key
payload: |
{
"command": "connect"
}
2021-04-19 20:48:45 +00:00
rest:
- scan_interval: 43200 # 12h
resource: 'https://warszawa19115.pl/harmonogramy-wywozu-odpadow?p_p_id=portalCKMjunkschedules_WAR_portalCKMjunkschedulesportlet_INSTANCE_o5AIb2mimbRJ&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=ajaxResourceURL&p_p_cacheability=cacheLevelPage&p_p_col_id=column-1&p_p_col_count=1'
method: POST
payload: '_portalCKMjunkschedules_WAR_portalCKMjunkschedulesportlet_INSTANCE_o5AIb2mimbRJ_addressPointId=76748040'
headers:
Content-Type: 'application/x-www-form-urlencoded'
sensor:
- name: "Address"
value_template: "{{ value_json[0].adres }}"
- name: "Garbage Collection BIO"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[1].data }}"
json_attributes_path: "$.[0].harmonogramy.[1].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
- name: "Garbage Collection Metal & Plastics"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[2].data }}"
json_attributes_path: "$.[0].harmonogramy.[2].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
- name: "Garbage Collection Paper"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[3].data }}"
json_attributes_path: "$.[0].harmonogramy.[3].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
- name: "Garbage Collection Glass"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[4].data }}"
json_attributes_path: "$.[0].harmonogramy.[4].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
- name: "Garbage Collection Furniture"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[6].data }}"
json_attributes_path: "$.[0].harmonogramy.[6].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
- name: "Garbage Collection Mixed"
device_class: 'timestamp'
value_template: "{{ value_json[0].harmonogramy[7].data }}"
json_attributes_path: "$.[0].harmonogramy.[7].frakcja"
json_attributes:
- id_frakcja
- kod
- nazwa
- opis
2021-07-18 20:04:56 +00:00
calendar:
- platform: caldav
url: https://cloud.grondek.pl/remote.php/dav
username: pgrondek
password: !secret nextcloud_token
custom_calendars:
- name: "Wakeup"
calendar: "Automations"
search: "Wakeup"
2021-12-12 22:42:21 +00:00
- platform: caldav
url: https://cloud.grondek.pl/remote.php/dav
username: pgrondek
password: !secret nextcloud_token
calendars:
2023-04-08 21:12:14 +00:00
- "Formula 1"
2021-02-02 22:08:07 +00:00
sensor:
2021-05-04 10:39:18 +00:00
- platform: systemmonitor
resources:
- type: memory_use
- type: memory_free
- type: swap_use
- type: swap_free
- type: load_1m
- type: load_5m
- type: load_15m
- type: processor_use
- type: processor_temperature
- type: ipv4_address
arg: "eth0"
- type: ipv6_address
arg: "eth0"
- type: network_in
arg: "eth0"
- type: network_out
arg: "eth0"
- type: throughput_network_in
arg: "eth0"
- type: throughput_network_out
arg: "eth0"
- type: packets_in
arg: "eth0"
- type: packets_out
arg: "eth0"
2022-08-13 23:37:41 +00:00
# SNMP
- platform: snmp
name: "Router eth0 link speed"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.2.2.1.5.4
accept_errors: true
unit_of_measurement: "Mbits"
value_template: "{{((value | int) / 1000000) | int}}"
- platform: snmp
name: "Router eth1 link speed"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.2.2.1.5.5
accept_errors: true
unit_of_measurement: "Mbits"
value_template: "{{((value | int) / 1000000) | int}}"
- platform: snmp
name: "Router eth2 link speed"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.2.2.1.5.6
accept_errors: true
unit_of_measurement: "Mbits"
value_template: "{{((value | int) / 1000000) | int}}"
- platform: snmp
name: "Router eth3 link speed"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.2.2.1.5.7
accept_errors: true
unit_of_measurement: "Mbits"
value_template: "{{((value | int) / 1000000) | int}}"
- platform: snmp
name: "Router eth4 link speed"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.2.2.1.5.8
accept_errors: true
unit_of_measurement: "Mbits"
value_template: "{{((value | int) / 1000000) | int}}"
- platform: snmp
version: 2c
name: "Router uptime"
host: 192.168.60.1
community: home
baseoid: 1.3.6.1.2.1.25.1.1.0
accept_errors: true
value_template: >-
{% set timetick = value | int %}
{% set minutes = ((timetick % 360000) / 6000) | int%}
{% set hours = ((timetick % 8640000) / 360000) | int %}
{% set days = (timetick / 8640000) | int %}
{%- if timetick < 6000 -%}
Less than a minute
{%- else -%}
{%- if days > 0 -%}
{%- if days == 1 -%}
1 day
{%- else -%}
{{ days }} days
{%- endif -%}
{%- endif -%}
{%- if hours > 0 -%}
{%- if days > 0 -%}
{{ ', ' }}
{%- endif -%}
{%- if hours == 1 -%}
1 hr
{%- else -%}
{{ hours }} hrs
{%- endif -%}
{%- endif -%}
{%- if minutes > 0 -%}
{%- if days > 0 or hours > 0 -%}
{{ ', ' }}
{%- endif -%}
{%- if minutes == 1 -%}
1 min
{%- else -%}
{{ minutes }} min
{%- endif -%}
{%- endif -%}
{%- endif -%}
2021-08-22 17:52:06 +00:00
# Power
2021-08-26 14:22:53 +00:00
- platform: integration
name: "3D printer energy Total"
unit_prefix: k
unit_time: h
2022-08-04 10:39:40 +00:00
source: sensor.3d_printer_electric_consumption_w
2022-08-03 11:01:53 +00:00
- platform: integration
source: sensor.rack_outlet_electrical_measurement
name: "Rack outlet energy Total"
unit_prefix: k
unit_time: h
2021-08-26 14:22:53 +00:00
- platform: integration
name: "Printer energy Total"
unit_prefix: k
unit_time: h
source: sensor.printer_power
2021-08-22 17:52:06 +00:00
- platform: integration
name: "Washing machine energy Total"
unit_prefix: k
unit_time: h
source: sensor.washing_machine_electrical_measurement
2021-08-24 14:34:17 +00:00
- platform: integration
name: "Computer energy Total"
unit_prefix: k
unit_time: h
source: sensor.computer_outlet_electrical_measurement
2022-11-13 23:38:19 +00:00
# # Powercalc
# - platform: powercalc
# create_group: Kitchen lights
# include:
# area: Kitchen
# - platform: powercalc
# create_group: Bedroom lights
# entities:
# - entity_id: light.bedroom_1
# - entity_id: light.bedroom_2
# - entity_id: light.bed_lamp_left
# - entity_id: light.bed_lamp_right
# - entity_id: light.bed_lightstrip
2021-02-02 22:08:07 +00:00
binary_sensor:
2022-05-02 23:35:06 +00:00
- name: Hulk Ping
2021-02-02 22:08:07 +00:00
platform: ping
host: 192.168.50.21
2022-05-02 23:35:06 +00:00
- name: Banner Ping
platform: ping
host: 192.168.50.22
2022-08-12 18:30:47 +00:00
- name: Hawkeye Ping
platform: ping
host: 192.168.50.23
2021-02-02 22:08:07 +00:00
switch:
2022-08-03 11:02:01 +00:00
# - platform: zoneminder
# command_on: Modect
# command_off: Monitor
2022-06-06 00:06:44 +00:00
# Wake On LAN
2021-02-15 00:01:13 +00:00
- platform: wake_on_lan
2022-05-02 13:26:43 +00:00
name: 'Hulk WoL'
2021-02-15 00:01:13 +00:00
mac: '24:4b:fe:05:e2:8b'
2022-05-03 09:17:36 +00:00
broadcast_address: 192.168.50.254
2021-02-15 00:01:13 +00:00
2021-05-31 21:34:16 +00:00
cover:
- platform: group
name: Bedroom Blinds
entities:
- cover.bedroom_blind_left
- cover.bedroom_blind_right
- platform: group
2021-10-11 18:15:50 +00:00
name: Dining Blinds
2021-05-31 21:34:16 +00:00
entities:
2021-10-11 18:15:50 +00:00
- cover.dining_blind_left
2022-01-06 12:01:04 +00:00
- cover.dining_blind_middle
2021-10-11 18:15:50 +00:00
- cover.dining_blind_right
2022-11-09 17:59:31 +00:00
- cover.dining_blind_back
2022-05-13 22:51:12 +00:00
- platform: group
name: Office Blinds
entities:
- cover.office_blind_left
- cover.office_blind_right