mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
view, binary sensor, and sensor fixes
This commit is contained in:
@@ -157,8 +157,8 @@ blueprint:
|
||||
after_zones | join('', '') | replace(''_'', '' '' ) | title }} at
|
||||
{{event[''after''][''start_time'']|timestamp_custom(''%H:%M'')}}.'
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
update_sub_label:
|
||||
name: Update Sub Labels (Advanced)
|
||||
description: 'Update the title and/or message with the matched face name
|
||||
@@ -198,8 +198,8 @@ blueprint:
|
||||
}}'
|
||||
- '{{ event[''after''][''top_score''] |float(0) > 0.8 }}'
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
tts:
|
||||
name: Use TTS to override silent/dnd modes on specific phones.
|
||||
description: 'Some phones (the Samsung galaxy line, in particular,) disable
|
||||
@@ -271,8 +271,8 @@ blueprint:
|
||||
value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg?bbox=1&crop=1&format=android'
|
||||
mode: dropdown
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
attachment_2:
|
||||
name: Subsequent Attachment (Optional)
|
||||
description: "Choose which image or GIF to attach to the notification for
|
||||
@@ -311,8 +311,8 @@ blueprint:
|
||||
value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg?bbox=1&crop=1&format=android'
|
||||
mode: dropdown
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
video:
|
||||
name: Video (Optional)
|
||||
description: You can optionally attach the clip to the notification which
|
||||
@@ -333,8 +333,8 @@ blueprint:
|
||||
value: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/master.m3u8'
|
||||
mode: dropdown
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
final_update:
|
||||
name: Final update (Optional)
|
||||
description: Update the notification at the end of the event. Used to ensure
|
||||
@@ -401,8 +401,8 @@ blueprint:
|
||||
- label: White
|
||||
value: '#ffffff'
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
icon:
|
||||
name: Notification Icon (Optional)
|
||||
description: Change the icon that displays on the notification. You can
|
||||
@@ -418,8 +418,8 @@ blueprint:
|
||||
'Dog' else 'cat' if label == 'Cat' else 'car' if label == 'Car' else
|
||||
'home-assistant'}}
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
group:
|
||||
name: Group
|
||||
description: The group name that will determine if notifications are grouped
|
||||
@@ -438,8 +438,8 @@ blueprint:
|
||||
- default
|
||||
- none
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
volume:
|
||||
name: Volume Sound - iOS only (Optional)
|
||||
description: You can specify a sound level between 0 and 100
|
||||
@@ -700,8 +700,8 @@ blueprint:
|
||||
max: 86400.0
|
||||
min: 0.0
|
||||
unit_of_measurement: seconds
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
timeout:
|
||||
name: Timeout
|
||||
description: Length of time the automation will wait for MQTT updates.
|
||||
@@ -711,8 +711,8 @@ blueprint:
|
||||
max: 90.0
|
||||
min: 0.0
|
||||
unit_of_measurement: minutes
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
silence_timer:
|
||||
name: Silence New Notifications (Optional)
|
||||
description: "How long to pause notifications for this camera when requested
|
||||
@@ -724,8 +724,8 @@ blueprint:
|
||||
max: 3600.0
|
||||
min: 0.0
|
||||
unit_of_measurement: minutes
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
loiter_timer:
|
||||
name: Loitering Notifications (Optional)
|
||||
description: 'Sends new loitering notification if a stationary object is
|
||||
@@ -739,8 +739,8 @@ blueprint:
|
||||
max: 3600.0
|
||||
min: 0.0
|
||||
unit_of_measurement: seconds
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
initial_delay:
|
||||
name: Delay initial notification (Optional)
|
||||
description: 'How long to delay the first notification for each event. Only
|
||||
@@ -757,8 +757,8 @@ blueprint:
|
||||
max: 15.0
|
||||
min: 0.0
|
||||
unit_of_measurement: seconds
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
final_delay:
|
||||
name: Delay Final notification (Optional)
|
||||
description: 'How long to delay the final notification for each event. Only
|
||||
@@ -771,8 +771,8 @@ blueprint:
|
||||
max: 20.0
|
||||
min: 0.0
|
||||
unit_of_measurement: seconds
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
actions:
|
||||
name: '# Action Buttons and URLS
|
||||
|
||||
@@ -821,8 +821,8 @@ blueprint:
|
||||
- label: Notification History (Android)
|
||||
value: settings://notification_history
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
button_1:
|
||||
name: Action Button 1 Text
|
||||
description: The text used on the first Action button at the bottom of the
|
||||
@@ -862,8 +862,8 @@ blueprint:
|
||||
- label: Open Reolink App (Android)
|
||||
value: app://com.mcu.reolink
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
icon_1:
|
||||
name: Action Button 1 icon - iOS Only
|
||||
description: Customise the Icon on the first Action Button. Only the iOS
|
||||
@@ -908,8 +908,8 @@ blueprint:
|
||||
- label: Custom Action (Manual Trigger)
|
||||
value: custom-{{ this.entity_id }}
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
icon_2:
|
||||
name: Action Button 2 icon - iOS Only
|
||||
description: Customise the Icon on the second Action Button. Only the iOS
|
||||
@@ -956,8 +956,8 @@ blueprint:
|
||||
- label: Custom Action (Manual Trigger)
|
||||
value: custom-{{ this.entity_id }}
|
||||
custom_value: true
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
icon_3:
|
||||
name: Action Button 3 icon - iOS Only
|
||||
description: Customise the Icon on the third Action Button. Only the iOS
|
||||
@@ -1024,8 +1024,8 @@ blueprint:
|
||||
- top-left
|
||||
- center
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
tv_size:
|
||||
name: TV Notification Size (Optional)
|
||||
description: Set the size of the notification on your TV.
|
||||
@@ -1039,8 +1039,8 @@ blueprint:
|
||||
- large
|
||||
- max
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
tv_duration:
|
||||
name: TV Notification Duration (Optional)
|
||||
description: The duration (in seconds) that the notification will display
|
||||
@@ -1051,8 +1051,8 @@ blueprint:
|
||||
max: 300.0
|
||||
min: 0.0
|
||||
unit_of_measurement: seconds
|
||||
step: 1.0
|
||||
mode: slider
|
||||
step: 1.0
|
||||
tv_transparency:
|
||||
name: TV notification Transparency (Optional)
|
||||
description: Set the transparency of the notification on your TV.
|
||||
@@ -1067,8 +1067,8 @@ blueprint:
|
||||
- 75%
|
||||
- 100%
|
||||
custom_value: false
|
||||
multiple: false
|
||||
sort: false
|
||||
multiple: false
|
||||
tv_interrupt:
|
||||
name: TV Notification Interrupt (Optional)
|
||||
description: If set to true the notification is interactive and can be dismissed
|
||||
|
||||
Reference in New Issue
Block a user