-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with outside sensor showing 126
Added option to force outside sensor being detected
- Loading branch information
1 parent
2493b51
commit 3b0be9f
Showing
6 changed files
with
96 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Panasonic Comfort Cloud", | ||
"description": "Enter your Panasonic ID and password", | ||
"data": { "username": "Panasonic ID", "password": "Password" } | ||
} | ||
}, | ||
"abort": { | ||
"device_timeout": "Timeout connecting to the device.", | ||
"device_fail": "Unexpected error creating device.", | ||
"already_configured": "Device is already configured" | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Panasonic Comfort Cloud", | ||
"description": "Enter your Panasonic ID and password", | ||
"data": { "username": "Panasonic ID", "password": "Password" } | ||
} | ||
}, | ||
"abort": { | ||
"device_timeout": "Timeout connecting to the device.", | ||
"device_fail": "Unexpected error creating device.", | ||
"already_configured": "Device is already configured" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"force_outside_sensor": "Force outside sensor" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Panasonic Comfort Cloud", | ||
"description": "Enter your Panasonic ID and password", | ||
"data": { "username": "Panasonic ID", "password": "Password" } | ||
} | ||
}, | ||
"abort": { | ||
"device_timeout": "Timeout connecting to the device.", | ||
"device_fail": "Unexpected error creating device.", | ||
"already_configured": "Device is already configured" | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Panasonic Comfort Cloud", | ||
"description": "Enter your Panasonic ID and password", | ||
"data": { "username": "Panasonic ID", "password": "Password" } | ||
} | ||
}, | ||
"abort": { | ||
"device_timeout": "Timeout connecting to the device.", | ||
"device_fail": "Unexpected error creating device.", | ||
"already_configured": "Device is already configured" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"force_outside_sensor": "Force outside sensor" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|