Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol committed Aug 25, 2024
1 parent ce2fdd9 commit 7bb68c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 42 deletions.
17 changes: 4 additions & 13 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,18 @@
"version": "1.1.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"platforms": ["local"],
"name": {
"en": "Everything Smart"
},
"tags": {
"en": [
"everything",
"presence",
"everythingsmart",
"mmwave"
]
"en": ["everything", "presence", "everythingsmart", "mmwave"]
},
"brandColor": "#5621F5",
"description": {
"en": "Builing a Better Smart Home"
},
"category": [
"security"
],
"category": ["security"],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
Expand All @@ -49,4 +40,4 @@
}
}
}
}
}
38 changes: 9 additions & 29 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,18 @@
"version": "1.1.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"platforms": ["local"],
"name": {
"en": "Everything Smart"
},
"tags": {
"en": [
"everything",
"presence",
"everythingsmart",
"mmwave"
]
"en": ["everything", "presence", "everythingsmart", "mmwave"]
},
"brandColor": "#5621F5",
"description": {
"en": "Builing a Better Smart Home"
},
"category": [
"security"
],
"category": ["security"],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
Expand Down Expand Up @@ -56,16 +47,9 @@
"en": "Everything Presence Lite"
},
"class": "sensor",
"capabilities": [
"measure_luminance",
"alarm_motion"
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"capabilities": ["measure_luminance", "alarm_motion"],
"platforms": ["local"],
"connectivity": ["lan"],
"discovery": "everything-presence-lite",
"images": {
"small": "/drivers/everything-presence-lite/assets/images/small.jpg",
Expand Down Expand Up @@ -297,12 +281,8 @@
}
}
},
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"platforms": ["local"],
"connectivity": ["lan"],
"discovery": "everything-presence-one",
"images": {
"small": "/drivers/everything-presence-one/assets/images/small.jpg",
Expand Down Expand Up @@ -682,4 +662,4 @@
]
}
}
}
}

0 comments on commit 7bb68c2

Please sign in to comment.