mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
Hide Stuff
This commit is contained in:
parent
8ac2664599
commit
8a30e555a2
@ -89,6 +89,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alias: If Outdoor lights are on and it's daytime, TURN THEM OFF!!
|
- alias: If Outdoor lights are on and it's daytime, TURN THEM OFF!!
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
minutes: '/47'
|
minutes: '/47'
|
||||||
@ -108,6 +109,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alias: "NOTIFY IF IP CHANGES"
|
- alias: "NOTIFY IF IP CHANGES"
|
||||||
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.ipchange
|
entity_id: sensor.ipchange
|
||||||
@ -118,4 +120,8 @@
|
|||||||
data_template:
|
data_template:
|
||||||
value1: 'Changed IP address:'
|
value1: 'Changed IP address:'
|
||||||
value2: "New IP: {{ states('sensor.exteral_ip') }}"
|
value2: "New IP: {{ states('sensor.exteral_ip') }}"
|
||||||
value3: ' - Be sure to Cahnge DNS!'
|
value3: ' - Be sure to Change DNS!'
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user