* Replace tests at the right place. Add missing config files. Run tests * FIX merge from #108 have lost some changes * FIX entity_not found error * Change port * Add tests for over switch AC mode * Issue #133 - Force temperature after off to on transition of over climate * Build release 3.6.0 --------- Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Home Assistant (debug)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "homeassistant",
|
|
"justMyCode": false,
|
|
"args": [
|
|
"--debug",
|
|
"-c",
|
|
"config"
|
|
]
|
|
}
|
|
]
|
|
} |