Update HA version to 2025.9.4 and remove obsolete IP change automation and external IP sensor configurations for a cleaner setup.

This commit is contained in:
Carlo Costanzo
2025-09-26 15:06:08 -04:00
parent 80074ed855
commit 06b1655083
3 changed files with 1 additions and 39 deletions

View File

@@ -1,14 +0,0 @@
- platform: rest
scan_interval: 86400
resource: https://api.ipify.org/
name: External IP
value_template: '{{ value }}'
#############################################################################################################
### This part of the automation is hidden due to the External IP address being exposed ##
# - platform: template
# sensors:
# ipchange:
# entity_id: sensor.external_ip
# value_template: "{%- if is_state('sensor.external_ip', 'xxx.xxx.xxx.xxx') -%} False {%- elif is_state('sensor.external_ip', 'unknown' ) -%} False {%- else -%} True {%- endif %}"
#############################################################################################################