mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
Fixing some weather alerts
This commit is contained in:
@@ -23,7 +23,7 @@ http:
|
||||
# ssl_key: !secret ahsl_ssl_key
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies: !secret proxy_ips
|
||||
ip_ban_enabled: true
|
||||
ip_ban_enabled: false
|
||||
login_attempts_threshold: 5
|
||||
|
||||
ssdp:
|
||||
@@ -69,7 +69,8 @@ template:
|
||||
binary_sensor:
|
||||
- name: lightning_detected
|
||||
unique_id: lightning_detected_sensor
|
||||
state: "{{ states('sensor.recent_lighting_strikes') | int > 0 }}"
|
||||
state: >
|
||||
{{ states('sensor.recent_lightning_strikes') | int > 0 }}
|
||||
device_class: safety
|
||||
|
||||
updater:
|
||||
@@ -99,6 +100,5 @@ input_boolean: !include input_boolean.yaml
|
||||
input_datetime: !include input_datetime.yaml
|
||||
zone: !include zones.yaml
|
||||
|
||||
|
||||
shell_command:
|
||||
google_token: sed -i -e 's/2client.client"}2client.client"}/2client.client"}/g' /config/.google.token
|
Reference in New Issue
Block a user