mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00

* starting light template component * linting/flaking * starting unit tests from copypasta * working on unit testing * forgot to commit the test * wrapped up unit testing * adding remote back * updates post running tox * Revert "adding remote back" This reverts commit 852c87ff9694dfc48e92b74fd9dbafbc164a2393. * adding submodule back from origin * updating submodule * removing a line to commit * re-adding line * trying to update line endings * trying to fix line endings * trying a different approach * making requested changes, need to fix tests * flaking * union rather than intersect; makes a big difference * more tests passing, not sure why this one's failing * got it working * most of the requested changes * hopefully done now * sets; the more you know