diff --git a/.homeychangelog.json b/.homeychangelog.json index b174f16..656d414 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -25,5 +25,8 @@ }, "1.1.3": { "en": "Fixes an issue that could cause the app to crash in rare circumstances." + }, + "1.1.4": { + "en": "Made parsing events from EP less CPU intensive." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index b2378d8..207d48c 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "io.everythingsmart", - "version": "1.1.3", + "version": "1.1.4", "compatibility": ">=5.0.0", "sdk": 3, "platforms": ["local"], diff --git a/app.json b/app.json index 094faa1..940eb5f 100644 --- a/app.json +++ b/app.json @@ -1,30 +1,21 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "io.everythingsmart", - "version": "1.1.3", + "version": "1.1.4", "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": "Building a Better Smart Home" }, - "category": [ - "security" - ], + "category": ["security"], "permissions": [], "images": { "small": "/assets/images/small.png", @@ -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", @@ -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", @@ -682,4 +662,4 @@ ] } } -} \ No newline at end of file +}