File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 FAKE_LOC ,
2020 HEATER_CENTRAL_MEASUREMENTS ,
2121 LIMITS ,
22+ LOGGER ,
2223 NONE ,
2324 OFF ,
2425 P1_LEGACY_MEASUREMENTS ,
@@ -131,6 +132,7 @@ def _all_appliances(self) -> None:
131132 appl .zigbee_mac = None
132133 appl .vendor_name = None
133134
135+ LOGGER .debug ("HOI appliance: %s" , appl )
134136 # Determine class for this appliance
135137 # Skip on heater_central when no active device present or on orphaned stretch devices
136138 if not (appl := self ._appliance_info_finder (appliance , appl )):
Original file line number Diff line number Diff line change 3131
3232if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " test_and_coverage" ] ; then
3333 # Python tests (rerun with debug if failures)
34- PYTHONPATH=$( pwd) pytest -qx tests/ --cov=' .' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$( pwd) pytest -xrpP --log-level debug tests/
34+ # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
35+ PYTHONPATH=$( pwd) pytest -xrpP --log-level debug tests/
3536fi
3637
3738if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " linting" ] ; then
You can’t perform that action at this time.
0 commit comments