Skip to content

Commit f862759

Browse files
committed
Fix language to match standards
1 parent 3c9bc45 commit f862759

9 files changed

Lines changed: 81 additions & 85 deletions

File tree

.homeycompose/app.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@
1414
"version": "1.0.0",
1515
"compatibility": ">=12.4.5",
1616
"sdk": 3,
17-
"platforms": [
18-
"local"
19-
],
17+
"platforms": ["local"],
2018
"name": {
2119
"en": "Teslemetry"
2220
},
2321
"description": {
24-
"en": "Adds support for Tesla vehicles and energy products through Teslemetry"
22+
"en": "Simple and secure access to the Tesla Fleet API and real-time Tesla Fleet Telemetry"
2523
},
26-
"category": [
27-
"energy"
28-
],
24+
"category": ["energy"],
2925
"permissions": [],
3026
"images": {
3127
"small": "/assets/images/small.png",
@@ -43,4 +39,4 @@
4339
"homepage": "https://teslemetry.com",
4440
"support": "mailto:support@teslemetry.com",
4541
"homeyCommunityTopicId": 147636
46-
}
42+
}

.homeycompose/flow/triggers/allow_export_changed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": {
3-
"en": "Allow export changed"
3+
"en": "The export setting has changed"
44
},
55
"titleFormatted": {
6-
"en": "Allow export changed on [[device]]"
6+
"en": "The export setting has changed on [[device]]"
77
},
88
"hint": {
99
"en": "This card triggers when the export setting changes."

.homeycompose/flow/triggers/backup_reserve_changed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": {
3-
"en": "Backup reserve changed"
3+
"en": "The backup reserve has changed"
44
},
55
"titleFormatted": {
6-
"en": "Backup reserve changed on [[device]]"
6+
"en": "The backup reserve has changed on [[device]]"
77
},
88
"hint": {
99
"en": "This card triggers when the backup reserve percentage changes."

.homeycompose/flow/triggers/operation_mode_changed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": {
3-
"en": "Operation mode changed"
3+
"en": "The operation mode has changed"
44
},
55
"titleFormatted": {
6-
"en": "Operation mode changed on [[device]]"
6+
"en": "The operation mode has changed on [[device]]"
77
},
88
"hint": {
99
"en": "This card triggers when the operation mode changes."

.homeycompose/flow/triggers/steering_wheel_heater_changed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": {
3-
"en": "Steering wheel heater changed"
3+
"en": "The steering wheel heater level has changed"
44
},
55
"titleFormatted": {
6-
"en": "Steering wheel heater changed on [[device]]"
6+
"en": "The steering wheel heater level has changed on [[device]]"
77
},
88
"hint": {
99
"en": "This card triggers when the steering wheel heater level changes."

0 commit comments

Comments
 (0)