Skip to content

Commit

Permalink
Add camera capability assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JELoohuis committed Aug 8, 2024
1 parent d67425a commit c9f8252
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/alarm_crying_child.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"insightsTitleFalse": {
"en": "Crying Child No Longer Detected"
}
},
"icon": "assets/capabilities/detect-baby.svg"
}
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/alarm_pet.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"insightsTitleFalse": {
"en": "Pet No Longer Detected"
}
},
"icon": "assets/capabilities/detect-pet.svg"
}
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/alarm_sound.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"insightsTitleFalse": {
"en": "Sound No Longer Detected"
}
},
"icon": "assets/capabilities/detect-sound.svg"
}
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/cruise_switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
},
"getable": true,
"setable": true,
"uiComponent": "button"
"uiComponent": "button",
"icon": "assets/capabilities/auto-patrol.svg"
}
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/siren_switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
},
"getable": true,
"setable": true,
"uiComponent": "button"
"uiComponent": "button",
"icon": "assets/capabilities/alarm-siren.svg"
}
15 changes: 10 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,8 @@
},
"insightsTitleFalse": {
"en": "Crying Child No Longer Detected"
}
},
"icon": "assets/capabilities/detect-baby.svg"
},
"alarm_pet": {
"type": "boolean",
Expand All @@ -2654,7 +2655,8 @@
},
"insightsTitleFalse": {
"en": "Pet No Longer Detected"
}
},
"icon": "assets/capabilities/detect-pet.svg"
},
"alarm_sound": {
"type": "boolean",
Expand All @@ -2670,7 +2672,8 @@
},
"insightsTitleFalse": {
"en": "Sound No Longer Detected"
}
},
"icon": "assets/capabilities/detect-sound.svg"
},
"cruise_switch": {
"type": "boolean",
Expand All @@ -2679,7 +2682,8 @@
},
"getable": true,
"setable": true,
"uiComponent": "button"
"uiComponent": "button",
"icon": "assets/capabilities/auto-patrol.svg"
},
"ptz_control_horizontal": {
"type": "enum",
Expand Down Expand Up @@ -2775,7 +2779,8 @@
},
"getable": true,
"setable": true,
"uiComponent": "button"
"uiComponent": "button",
"icon": "assets/capabilities/alarm-siren.svg"
}
}
}
1 change: 1 addition & 0 deletions assets/capabilities/alarm-siren.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/capabilities/auto-patrol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/capabilities/detect-baby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/capabilities/detect-pet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/capabilities/detect-sound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9f8252

Please sign in to comment.