diff --git a/config/configuration.yaml b/config/configuration.yaml index 77080748..79a46a10 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -169,9 +169,9 @@ logbook: - sensor.small_garage_wifi_signal_strength - sensor.small_garage_reflection_rate - sensor.large_garage_reflection_rate - - sensor.pihole_ads_blocked_today - - sensor.pihole_ads_percentage_blocked_today - - sensor.pihole_dns_queries_today + - sensor.pi_hole_ads_blocked_today + - sensor.pi_hole_ads_percentage_blocked_today + - sensor.pi_hole_dns_queries_today - sensor.time - sensor.date - sensor.floorplan_date @@ -192,9 +192,9 @@ history: entities: - sensor.last_boot - sensor.date - - sensor.pihole_ads_blocked_today - - sensor.pihole_ads_percentage_blocked_today - - sensor.pihole_dns_queries_today + - sensor.pi_hole_ads_blocked_today + - sensor.pi_hole_ads_percentage_blocked_today + - sensor.pi_hole_dns_queries_today - sensor.last_boot - sensor.last_boot_templated - sensor.floorplan_date diff --git a/config/customize/sensors.yaml b/config/customize/sensors.yaml index f029b4bf..bc79aec2 100755 --- a/config/customize/sensors.yaml +++ b/config/customize/sensors.yaml @@ -436,7 +436,7 @@ sensor.nodemcu3: icon: mdi:alarm-bell -sensor.pihole_ads_blocked_today: +sensor.pi_hole_ads_blocked_today: friendly_name: 'Ads Blocked Today' hidden: False @@ -445,7 +445,7 @@ sensor.pihole_ads_blocked_today: -sensor.pihole_ads_percentage_blocked_today: +sensor.pi_hole_ads_percentage_blocked_today: friendly_name: 'Pi-Hole Ads Percentage Blocked Today' hidden: False @@ -454,7 +454,7 @@ sensor.pihole_ads_percentage_blocked_today: -sensor.pihole_dns_queries_today: +sensor.pi_hole_dns_queries_today: friendly_name: 'Dns Queries Today' hidden: False @@ -463,7 +463,7 @@ sensor.pihole_dns_queries_today: -sensor.pihole_dns_unique_clients: +sensor.pi_hole_dns_unique_clients: friendly_name: 'Pi-Hole Dns Unique Clients' hidden: False diff --git a/config/packages/pihole.yaml b/config/packages/pihole.yaml index c8f99e1b..793897d6 100755 --- a/config/packages/pihole.yaml +++ b/config/packages/pihole.yaml @@ -4,24 +4,24 @@ homeassistant: customize: - sensor.pihole_ads_percentage_today: + sensor.pi_hole_ads_percentage_today: friendly_name: Percentage of Ad Traffic Blocked unit_of_measurement: '%' icon: mdi:ticket-percent - sensor.pihole_domains_being_blocked: + sensor.pi_hole_domains_being_blocked: friendly_name: Total Domains Blocking icon: mdi:do-not-disturb - sensor.pihole_dns_unique_clients: + sensor.pi_hole_dns_unique_clients: friendly_name: Unique Clients icon: mdi:desktop-classic - sensor.pihole_ads_blocked_today: + sensor.pi_hole_ads_blocked_today: friendly_name: Ads Blocked Today icon: mdi:do-not-disturb - sensor.pihole_dns_queries_today: + sensor.pi_hole_dns_queries_today: friendly_name: DNS Queries Today icon: mdi:note-text @@ -61,9 +61,9 @@ sensor: value_template: "{{ 'Online' if is_state('device_tracker.carlopihole', 'home') else 'Offline' }}" # pi_hole_version: - # value_template: "{%- if states.sensor.pihole_version_current.state == states.sensor.pihole_version_latest.state -%}{{states.sensor.pihole_version_current.state}} {% else %}{{states.sensor.pihole_version_latest.state}} Available{% endif%}" + # value_template: "{%- if states.sensor.pi_hole_version_current.state == states.sensor.pi_hole_version_latest.state -%}{{states.sensor.pi_hole_version_current.state}} {% else %}{{states.sensor.pi_hole_version_latest.state}} Available{% endif%}" # icon_template: >- - # {% if states.sensor.pihole_version_current.state == states.sensor.pihole_version_latest.state %} + # {% if states.sensor.pi_hole_version_current.state == states.sensor.pi_hole_version_latest.state %} # mdi:checkbox-marked # {% else %} # mdi:checkbox-blank-outline @@ -85,11 +85,11 @@ group: entities: - sensor.carlopihole - sensor.pi_hole_version - - sensor.pihole_dns_unique_clients - - sensor.pihole_dns_queries_today - - sensor.pihole_ads_blocked_today - - sensor.pihole_ads_percentage_today - - sensor.pihole_ads_percentage_blocked_today + - sensor.pi_hole_dns_unique_clients + - sensor.pi_hole_dns_queries_today + - sensor.pi_hole_ads_blocked_today + - sensor.pi_hole_ads_percentage_today + - sensor.pi_hole_ads_percentage_blocked_today - switch.pihole_temp_disable #------------------------------------------- @@ -105,8 +105,8 @@ automation: data_template: tweet: > {{ [ - "I blocked {{states.sensor.pihole_ads_blocked_today.state}} ads. That is {{states.sensor.pihole_ads_percentage_blocked_today.state}}% of my internet traffic.", - "Today was a good day! Why, you ask? Because I blocked {{states.sensor.pihole_ads_blocked_today.state}} ads via Pi-Hole!", + "I blocked {{states.sensor.pi_hole_ads_blocked_today.state}} ads. That is {{states.sensor.pi_hole_ads_percentage_blocked_today.state}}% of my internet traffic.", + "Today was a good day! Why, you ask? Because I blocked {{states.sensor.pi_hole_ads_blocked_today.state}} ads via Pi-Hole!", ] | random + " #PiHole #Security Status:({{states.sensor.carlopihole.state}})"}} image: >- {{ [ @@ -126,8 +126,8 @@ automation: data_template: tweet: > {{ [ - "There are currently {{states.sensor.pihole_dns_unique_clients.state}} clients on my network.", - "As reported by #Ubiquiti Routers, There are {{states.sensor.pihole_dns_unique_clients.state}} clients on my network.", + "There are currently {{states.sensor.pi_hole_dns_unique_clients.state}} clients on my network.", + "As reported by #Ubiquiti Routers, There are {{states.sensor.pi_hole_dns_unique_clients.state}} clients on my network.", ] | random + "#Security https://github.com/CCOSTAN/Home-AssistantConfig#networking"}} image: >- {{ [ diff --git a/config/recorder.yaml b/config/recorder.yaml index ca34ea5e..ee1b5d4b 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -36,9 +36,9 @@ exclude: - sensor.medicine_time - sensor.network - sensor.network_detail - - sensor.pihole_ads_blocked_today - - sensor.pihole_ads_percentage_blocked_today - - sensor.pihole_dns_queries_today + - sensor.pi_hole_ads_blocked_today + - sensor.pi_hole_ads_percentage_blocked_today + - sensor.pi_hole_dns_queries_today - sensor.last_boot - sensor.last_boot_templated - sensor.skybell_stone_door_chime_level diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index a6e80d9a..f13720c0 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -77,8 +77,8 @@ tweet_engine_setup: ], "internet": [ - "So far, I have prevented {{ states('sensor.pihole_ads_blocked_today') }} ads from hitting the network via Pi-hole! http://www.pi-hole.net", - "Pi-hole (http://www.pi-hole.net) has serviced {{ states('sensor.pihole_dns_queries_today') }} DNS requests today! #PiZero", + "So far, I have prevented {{ states('sensor.pi_hole_ads_blocked_today') }} ads from hitting the network via Pi-hole! http://www.pi-hole.net", + "Pi-hole (http://www.pi-hole.net) has serviced {{ states('sensor.pi_hole_dns_queries_today') }} DNS requests today! #PiZero", "Average internet stats are Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", "So if you get @getspectrum, you can expect these types of results - Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.", "My @getspectrum internet download speed is about {{ states('sensor.speedtest_download') }} Mbit/s and I am a #cordcutter. @TabloTV", diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index b4421738..e69de29b 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ