Grumpy Old Man
Senior Member
- Joined
- Nov 12, 2008
- Messages
- 543
There is an option inside the app where you can tell them not to sell your data.
I found it. Thanks.
There is an option inside the app where you can tell them not to sell your data.
Btw, there is one more thing that is super useful. I have an alarm view, where I have the following cards:
View attachment 1208110
So if the alarm was triggered when we are not at home, the "Recent activity" page will show you if there are still or were other movement. If I only see an outside beam trigger but nothing else, I don't worry too much. But if you saw other stuff, I am for damn sure going to be on my armed response company's case.
custom:auto-entities ftw.
Code:card: show_header_toggle: false title: Recent activity (last 60 min) type: entities filter: exclude: - entity_id: input* - entity_id: light* - name: '*Battery*' - name: '*Mode*' - name: '*Connectivity*' - entity_id: binary_sensor.back_garage_door - entity_id: binary_sensor.front_garage_door_window - name: '*Notify*' include: - entity_id: '*beam*' last_changed: < 60 options: secondary_info: last-changed - entity_id: '*pir*' last_changed: < 60 options: secondary_info: last-changed - entity_id: cover* last_changed: < 60 options: secondary_info: last-changed - name: '*Door' last_changed: < 60 options: secondary_info: last-changed - name: '*Window' last_changed: < 60 options: secondary_info: last-changed - name: '*Pet Door*' last_changed: < 60 options: secondary_info: last-changed - entity_id: sensor.jessie last_changed: < 60 options: secondary_info: last-changed - entity_id: sensor.ziva last_changed: < 60 options: secondary_info: last-changed - entity_id: sensor.vuur last_changed: < 60 options: secondary_info: last-changed - entity_id: sensor.vlam last_changed: < 60 options: secondary_info: last-changed show_empty: false sort: method: last_changed reverse: true type: custom:auto-entities

@Tinuva: You are the man!
I'm still not there with the automation giving me the exact name of zone, but endeavouring to get there by working it out (understanding is the main game here).
That auto-entity card is pretty sweet. I made small changes to your filter, but it's even catching my Shelly iOT DW2 sensors that I have on some cupboard doors (where all the good stuff is kept).Lovely.
I never even thought of adding the Shelly sensors to the armed_away/home groups (but now a new group armed_always) but will do that now. I am/do get direct messages via Shelly app if those specific doors are opened.
Also learnt out that two of my Paradox PIR's that show activity on the PIR itself (that is LED lighting to show activity detected) - are actually not reporting anything back to the Alarm Panel - so need to go figure that out too.
View attachment 1210580
@Tinuva: You are the man!
I'm still not there with the automation giving me the exact name of zone, but endeavouring to get there by working it out (understanding is the main game here).
That auto-entity card is pretty sweet. I made small changes to your filter, but it's even catching my Shelly iOT DW2 sensors that I have on some cupboard doors (where all the good stuff is kept).Lovely.
I never even thought of adding the Shelly sensors to the armed_away/home groups (but now a new group armed_always) but will do that now. I am/do get direct messages via Shelly app if those specific doors are opened.
Also learnt out that two of my Paradox PIR's that show activity on the PIR itself (that is LED lighting to show activity detected) - are actually not reporting anything back to the Alarm Panel - so need to go figure that out too.
View attachment 1210580
NSFW/XXX zones.Why'd you black out two sensors?
Cos they give some names away. Roy Kent and BeardWhy'd you black out two sensors?

Congrats on the 1000th, post!Done the update.
Thinking they trying to move to a more simplar look. Not sure where it is heading to. Gona take some time to adjust. Was constantly looking to where things are now.
Thank you.Congrats on the 1000th, post!
Twilio intergation seems to be upset. Ill wait for a few revisions so someone fixes it first.Anyone updated to the new HA?
![]()
2021.12: New configuration menu, the button entity, and gorgeous area cards!
A revamped config menu, Z-Wave SmartStart, lovely Area cards, the button entity, local only users, and blueprint scripts.www.home-assistant.io
Looks like a few UI changes.
Not sure how I feel about the new supervisor change.
Anyone updated to the new HA?
![]()
2021.12: New configuration menu, the button entity, and gorgeous area cards!
A revamped config menu, Z-Wave SmartStart, lovely Area cards, the button entity, local only users, and blueprint scripts.www.home-assistant.io
Looks like a few UI changes.
Not sure how I feel about the new supervisor change.
armed_away:
name: Armed Away Sensors
entities:
- binary_sensor.entrance_pir
- binary_sensor.play_room_door
- binary_sensor.lounge_pir
- binary_sensor.dining_pir
- binary_sensor.scullery_pir
- binary_sensor.smoke_detector
- binary_sensor.garage_pir
- binary_sensor.passage_pir
- binary_sensor.bed_2_pir
- binary_sensor.study_pir
- binary_sensor.master_bed_pir
- binary_sensor.master_ac_window
- binary_sensor.study_window
- binary_sensor.master_bath_wind
- binary_sensor.comm_bath_window
- binary_sensor.carport_pir
- binary_sensor.garage_od_pir
- binary_sensor.study_od_pir
- binary_sensor.guest_bed_pir
- binary_sensor.bed_1_pir
- binary_sensor.shelly_shdw_2_483fda81e33b_door_window
- binary_sensor.shelly_shdw_2_40f5202e0e65_door_window
- binary_sensor.shelly_shdw_2_483fda81e190_door_window
- binary_sensor.shelly_shdw_2_483fda81e18d_door_window
- cover.front_gate_1
- cover.garage_door_1
alias: - SEND NOTIFICATION WHEN ALARM TRIGGERS - INSIDE
description: Send a notification -EVERYWHERE - when an alarm triggers on INSIDE partition
trigger:
- platform: state
entity_id: alarm_control_panel.inside
to: triggered
condition: []
action:
- service: notify.mobiledevicesonly
data:
title: INTERIOR ALARM !!
message: >-
*INTERIOR ALARM TRIGGERED!* on: {{- '\n' -}} {{
states.sensor.armed_away.state }}
mode: single
alias: - SEND NOTIFICATION WHEN ALARM TRIGGERS - OUTSIDE
description: >-
Send a notification -EVERYWHERE - when an alarm triggers on OUTSIDE
partition
trigger:
- platform: state
entity_id: alarm_control_panel.outside
to: triggered
condition: []
action:
- service: notify.mobiledevicesonly
data:
title: EXTERIOR ALARM !!
message: >-
*EXTERIOR ALARM TRIGGERED!* on: {{- '\n' -}} {{
states.sensor.armed_away.state }}
mode: single
alias: - NOTIFY IF SHELLY-GATE-GARAGE CHANGES WHILE ALARM IS ARMED
description: >-
Notify mobile devices that doors connected to Shelly devices/gate/garage
opened while the outside Alarm is armed
trigger:
- platform: state
entity_id: binary_sensor.shelly_shdw_2_483fda81e33b_door_window
from: 'off'
to: 'on'
for:
hours: 0
minutes: 0
seconds: 1
- platform: state
entity_id: binary_sensor.shelly_shdw_2_40f5202e0e65_door_window
from: 'off'
to: 'on'
for:
hours: 0
minutes: 0
seconds: 1
- platform: state
entity_id: binary_sensor.shelly_shdw_2_483fda81e190_door_window
for:
hours: 0
minutes: 0
seconds: 1
from: 'off'
to: 'on'
- platform: state
entity_id: binary_sensor.shelly_shdw_2_483fda81e18d_door_window
from: 'off'
to: 'on'
for:
hours: 0
minutes: 0
seconds: 10
- platform: state
entity_id: cover.front_gate_1
from: closed
to: open
for:
hours: 0
minutes: 0
seconds: 1
- platform: state
entity_id: cover.garage_door_1
from: closed
to: open
condition:
- condition: state
entity_id: alarm_control_panel.outside
state: armed_away
action:
- service: notify.mobiledevices
data:
title: OTHER ALARM !!
message: >-
*OTHER ALARM TRIGGERED!*: {{- '\n' -}} {{
states.sensor.armed_always.state }}
mode: single
- platform: template
sensors:
armed_always:
friendly_name: Armed Always
value_template: >-
{%- for entity_id in states.group.armed_always.attributes.entity_id if states(entity_id) == 'on' -%}
{% set parts = entity_id.split('.') -%}
{% set sensor_name = (states[parts[0]][parts[1]].name | replace(' - alarm','')) %}
{%- if loop.first %}{% elif loop.last %} {{- '\n' -}} {% else %} {{- '\n' -}} {% endif -%}
{% if ('DOORS' in sensor_name|upper or 'WINDOWS' in sensor_name|upper or 'GATE' in sensor_name|upper or 'GARAGE' in sensor_name|upper) %}{{ sensor_name }} opened{% elif ('DOOR' in sensor_name|upper or 'WINDOW' in sensor_name|upper ) %}{{ sensor_name }} opened{% else %}{{ sensor_name }} triggered{% endif %}
{%- endfor %}
states.entity_id.name
states.entity_id.state
states.binary_sensor.shelly_shdw_2_483fda81e190_door_window.name
Had a quick look, but didn't seem much options to customize it. You will need to make sure entities/devices are asigned to areas.Have anyone played with the new Area Card in update 2021.12?
I can't seem to find any documentation on it and are trying to figure out why only some of my temperature sensors appear on the cards.
I did, the big difference is the working Temperatures is from ZHA and the non working ones are from a custom integration I wrote myself.Had a quick look, but didn't seem much options to customize it. You will need to make sure entities/devices are asigned to areas.