Skip to content

Commit 8293aa5

Browse files
committed
Extend test_init output
1 parent 45adc06 commit 8293aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ def test_and_assert(test_dict, data, header):
646646

647647
_LOGGER.info("Gateway id = %s", data.gateway["gateway_id"])
648648
_LOGGER.info("Hostname = %s", smile.smile_hostname)
649+
_LOGGER.info("_cooling_enabled = %s", smile._cooling_enabled)
649650
_LOGGER.info("Gateway data = %s", data.gateway)
650651
_LOGGER.info("Entities list = %s", data.devices)
651652
self.show_setup(location_list, data.devices)

0 commit comments

Comments
 (0)