diff --git a/configuration.yaml b/configuration.yaml index 3d440892f03be5950eaad0bcc895f73513c1fab4..4912c9ba6434e786e32ff30c45d62bbda4983cde 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -18,6 +18,11 @@ http: server_port: 8123 ssl_certificate: /home/pi/ssl/chain ssl_key: /home/pi/ssl/key + trusted_networks: + # - 127.0.0.1 + # - ::1 + - 192.168.1.0/24 + - 2605:e000:1417:40e2::/64 zone: name: Home @@ -28,6 +33,7 @@ zone: # Checks for available updates updater: + reporting: no # Enables the frontend frontend: diff --git a/customizations/sensors.yaml b/customizations/sensors.yaml index 2b7e655230d244e812024749b017d2b5a170162b..6804f7066e4cf86665ea26775e5d82f6c70cbd55 100644 --- a/customizations/sensors.yaml +++ b/customizations/sensors.yaml @@ -131,12 +131,11 @@ sensor.pws_wind_kph: friendly_name: Wind Speed (kph) sensor.pws_wind_mph: friendly_name: Wind Speed (mph) +sensor.pws_alerts: + friendly_name: Severe Weather + icon: mdi:alert-outline sensor.time: friendly_name: Time (PT) -sensor.pihole: - friendly_name: Ads Blocked -sensor.pihole_2: - friendly_name: Ads Blocked (Backup) sensor.ups_status: friendly_name: Status sensor.ups_load: @@ -163,3 +162,6 @@ sensor.ups_nominal_output_power: friendly_name: Nominal output power sensor.ups_load_mean: friendly_name: Load mean +sensor.breaches_somethingexamplecom: + friendly_name: something@example.com + icon: mdi:email-open-outline diff --git a/groups.yaml b/groups.yaml index 8174a022e7100fe2a5b71259b7d4009b1db9c4b2..05e0539c054e2c1edcc10cf4d424c06e47b1b530 100644 --- a/groups.yaml +++ b/groups.yaml @@ -27,8 +27,6 @@ sensor_view: - sensor.speedtest_download - sensor.speedtest_upload - sensor.fastcom_download - - sensor.pihole_queries_today - - sensor.pihole_2_queries_today - sun.sun status_view: name: Status @@ -38,14 +36,6 @@ status_view: - group.time_date - group.sensor_pi - group.sensor_apc - - sensor.pihole - - sensor.pihole_2 - - sensor.pihole_percent_ads_today - - sensor.pihole_2_percent_ads_today - - sensor.pihole_queries_today - - sensor.pihole_2_queries_today - - sensor.pihole_domains_blocked - - sensor.pihole_2_domains_blocked weather_view: name: Weather view: yes @@ -59,6 +49,7 @@ misc_view: entities: - group.scripts_misc - group.misc_misc + - group.haveibeenpwned - group.sensor_battery_levels locks: name: Locks @@ -219,6 +210,10 @@ misc_misc: - scene.all_lights_off - script.restart_dash_button_shm - script.restart_dash_button_hac +haveibeenpwned: + name: haveibeenpwned + entities: + - sensor.breaches_somethingexamplecom sensor_battery_levels: name: Sensor Battery Levels entities: @@ -251,4 +246,5 @@ wunderground: - sensor.pws_visibility_mi - sensor.pws_uv - sensor.pws_solarradiation + - sensor.pws_alerts - weblink.forecast diff --git a/panels-iframe.yaml b/panels-iframe.yaml index 1ba8c4488b3d6487fc111183c20041c5699d6ec2..2577a109b3420da87737665a538e8a4108a528f0 100644 --- a/panels-iframe.yaml +++ b/panels-iframe.yaml @@ -1,7 +1,3 @@ -pihole: - title: 'Pi Hole' - icon: 'mdi:apple-safari' - url: !secret pi_hole_admin monit: title: 'Monit' icon: 'mdi:autorenew' diff --git a/secrets.yaml b/secrets.yaml index 5ad6ca62422e5116fdba698fff3f0aad4fa7990e..243b702bc5a81abcc4a4123aa1b78076213a19e0 100644 --- a/secrets.yaml +++ b/secrets.yaml @@ -20,7 +20,4 @@ influxdb_host: influxdb_user: influxdb_password: influxdb_db: -pi_hole_host: -pi_hole_backup_host: -pi_hole_admin: monit_admin: diff --git a/sensors/haveibeenpwned.yaml b/sensors/haveibeenpwned.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e59c9df92e185fde51e7cfd63d29b1c93bbca7c5 --- /dev/null +++ b/sensors/haveibeenpwned.yaml @@ -0,0 +1,3 @@ +platform: haveibeenpwned +email: + - something@example.com diff --git a/sensors/pihole-0001-ha.yaml b/sensors/pihole-0001-ha.yaml deleted file mode 100644 index f72a457f183d07fceda39d9655623f05884ae8c1..0000000000000000000000000000000000000000 --- a/sensors/pihole-0001-ha.yaml +++ /dev/null @@ -1,4 +0,0 @@ -platform: pi_hole -host: !secret pi_hole_host -ssl: true -verify: true diff --git a/sensors/pihole-0002-failover.yaml b/sensors/pihole-0002-failover.yaml deleted file mode 100644 index 9b9ae3428d39d87e72607b00ab74d77a747fd8ec..0000000000000000000000000000000000000000 --- a/sensors/pihole-0002-failover.yaml +++ /dev/null @@ -1,4 +0,0 @@ -platform: pi_hole -host: !secret pi_hole_backup_host -ssl: true -verify: true diff --git a/sensors/wunderground.yaml b/sensors/wunderground.yaml index ea2cd78f49f10c3c1f7389ba4fb78745124fab37..9a598827a732d3f9e4b616d953af9b9250b14216 100644 --- a/sensors/wunderground.yaml +++ b/sensors/wunderground.yaml @@ -29,3 +29,4 @@ monitored_conditions: - precip_today_metric - precip_today_string - solarradiation + - alerts