Skip to content

Commit

Permalink
Changed Chime icon and smart detection trigger card names
Browse files Browse the repository at this point in the history
  • Loading branch information
steffjenl committed Nov 9, 2024
1 parent c815a0d commit 9410a33
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .homeycompose/flow/triggers/ufp_smart_detection_animal.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "ufp_smart_detection_animal",
"title": {
"en": "A smart animal detection event",
"nl": "Een slimme dier detectie event"
"en": "A animal was detected",
"nl": "Een dier werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
6 changes: 3 additions & 3 deletions .homeycompose/flow/triggers/ufp_smart_detection_package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "ufp_smart_detection_package",
"title": {
"en": "A smart package detection event",
"nl": "Een slimme pakket detectie event"
"en": "A package was detected",
"nl": "Een pakket werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
6 changes: 3 additions & 3 deletions .homeycompose/flow/triggers/ufp_smart_detection_person.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "ufp_smart_detection_person",
"title": {
"en": "A smart person detection event",
"nl": "Een slimme persoon detectie event"
"en": "A person was detected",
"nl": "Een persoon werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
6 changes: 3 additions & 3 deletions .homeycompose/flow/triggers/ufp_smart_detection_vehicle.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "ufp_smart_detection_vehicle",
"title": {
"en": "A smart vehicle detection event",
"nl": "Een slimme auto detectie event"
"en": "A vehicle was detected",
"nl": "Een voertuig werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
16 changes: 8 additions & 8 deletions drivers/protectcamera/driver.flow.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
{
"id": "ufp_device_camera_smart_detection_vehicle",
"title": {
"en": "A smart vehicle detection event",
"nl": "Een slimme voertuig detectie event"
"en": "A vehicle was detected",
"nl": "Een voertuig werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -81,8 +81,8 @@
{
"id": "ufp_device_camera_smart_detection_package",
"title": {
"en": "A smart package detection event",
"nl": "Een slimme pakket detectie event"
"en": "A package was detected",
"nl": "Een pakket werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -114,8 +114,8 @@
{
"id": "ufp_device_camera_smart_detection_animal",
"title": {
"en": "A smart animal detection event",
"nl": "Een slimme dier detectie event"
"en": "A animal was detected",
"nl": "Een dier werd gedetecteerd"
},
"tokens": [
{
Expand Down Expand Up @@ -147,8 +147,8 @@
{
"id": "ufp_device_camera_smart_detection_person",
"title": {
"en": "A smart person detection event",
"nl": "Een slimme persoon detectie event"
"en": "A person was detected",
"nl": "Een persoon werd gedetecteerd"
},
"tokens": [
{
Expand Down
3 changes: 2 additions & 1 deletion drivers/protectchime/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified drivers/protectchime/assets/images/large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified drivers/protectchime/assets/images/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions drivers/protectdoorbell/driver.flow.compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
{
"id": "ufp_device_doorbell_smart_detection_vehicle",
"title": {
"en": "A smart vehicle detection event",
"nl": "Een slimme voertuig detectie event"
"en": "A vehicle detection event",
"nl": "Een voertuig detectie event"
},
"tokens": [
{
Expand All @@ -141,8 +141,8 @@
{
"id": "ufp_device_doorbell_smart_detection_person",
"title": {
"en": "A smart person detection event",
"nl": "Een slimme persoon detectie event"
"en": "A person detection event",
"nl": "Een persoon detectie event"
},
"tokens": [
{
Expand All @@ -162,8 +162,8 @@
{
"id": "ufp_device_doorbell_smart_detection_package",
"title": {
"en": "A smart package detection event",
"nl": "Een slimme pakket detectie event"
"en": "A package detection event",
"nl": "Een pakket detectie event"
},
"tokens": [
{
Expand All @@ -183,8 +183,8 @@
{
"id": "ufp_device_doorbell_smart_detection_animal",
"title": {
"en": "A smart animal detection event",
"nl": "Een slimme dier detectie event"
"en": "A animal detection event",
"nl": "Een dier detectie event"
},
"tokens": [
{
Expand Down

0 comments on commit 9410a33

Please sign in to comment.