Sync Updates

This commit is contained in:
darthsandmann 2022-07-31 02:46:27 +02:00
parent 06493560fe
commit 3c40ee265d
9 changed files with 72 additions and 11 deletions

View File

@ -27,7 +27,7 @@
ulm_card_graph_name: Temperature
ulm_card_graph_entity: sensor.temperature_kai_temperature
ulm_card_graph_color2: "var(--google-green)"
ulm_card_graph_entity2: sensor.temperature_outside_darksky
ulm_card_graph_entity2: sensor.temperature_outside_pirateweather
ulm_card_graph_type: fill
ulm_card_graph_hours: 6

View File

@ -10,4 +10,31 @@ homeassistant:
- '/tmp'
default_config:
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- ::1
- 192.168.1.2
- 192.168.1.1
- 192.168.1.16
- 172.30.33.0/24
#default_config:
automation:
counter:
dhcp:
energy:
frontend:
history:
map:
mobile_app:
person:
ssdp:
system_health:
timer:
usb:
webhook:
zeroconf:
zone:

View File

@ -16,11 +16,15 @@ lovelace:
type: module
- url: /hacsfiles/my-cards/my-slider.js
type: module
#- url: /hacsfiles/my-cards/my-slider-v2.js
# type: module
- url: /hacsfiles/my-cards/my-button.js
type: module
- url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
type: module
- url: /hacsfiles/home-assistant-sun-card/home-assistant-sun-card.js
type: module
#- url: /hacsfiles/lovelace-layout-card/layout-card.js
# type: module
#- url: /hacsfiles/lovelace-state-switch/state-switch.js
# type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/lovelace-state-switch/state-switch.js
type: module

View File

@ -0,0 +1,29 @@
automation:
- alias: "pfSense WAN Down"
trigger:
- platform: state
entity_id: sensor.pfsense_gateway_wan_gw_status
to: 'False'
action:
- service: notify.notify
data:
message: "WAN Gateway went offline"
- alias: "pfSense Mullvad Down"
trigger:
- platform: state
entity_id: sensor.pfsense_gateway_mullvad1gw_status
to: 'False'
- platform: state
entity_id: sensor.pfsense_gateway_mullvad1gwv6_status
to: 'False'
- platform: state
entity_id: sensor.pfsense_gateway_mullvad2gw_status
to: 'False'
- platform: state
entity_id: sensor.pfsense_gateway_mullvad2gwv6_status
to: 'False'
action:
- service: notify.notify
data:
message: "A Mullvad connection went offline"

View File

@ -1,5 +1,5 @@
## -------------------------------------------------------------------------------------------------##
## DarkSky
## pirateweather
## -------------------------------------------------------------------------------------------------##
@ -7,8 +7,8 @@
## Wetter-Plattform
## -------------------------------------------------------------------------------------------------##
weather:
- platform: darksky
api_key: !secret darksky
- platform: pirateweather
api_key: !secret pirateweather
mode: daily
sun:
@ -16,7 +16,8 @@ sun:
sensor:
- platform: template
#api_key: !secret pirateweather
sensors:
temperature_outside_darksky:
value_template: '{{ states.weather.dark_sky.attributes.temperature }}'
temperature_outside_pirateweather:
value_template: '{{ states.weather.pirateweather.attributes.temperature }}'
friendly_name: 'Outside Temperature'