* 🚜 Fix usage of carriage return * 🤝 Rebase and repeat * 🚜 Fix file permissions
In local testing py36 always fails on test_minimal_config on a wait call that never completes. One difference between this test and others in the class is the lack of a mock on `call`. With this added, the test passes locally 100%.
* Add unit test for wake on lan component. * Remove unneccessary imports and print calls. * Clean up lint complaints.