mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 10:06:37 -05:00
* - Refactor fully_kiosk/services.py with a less repetitive structure. - Log exception details in config_flow.py. * Log config_flow.py connection exception details * Appropriate logging level including stack trace. Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Finish setting appropriate logging level when recording stack trace. * Log unknown exception with stack trace Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * test_config_flow.py now passes. * All pytests passing. Co-authored-by: Martin Hjelmare <marhje52@gmail.com>