mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 08:59:18 +00:00

* Added InvertedRflinkCover class to support COCO/KAKU ASUN-650 devices * Rename TYPE_NORMAL to TYPE_STANDARD * Cleaning up code and removed unused imports * Added unit tests for InvertedRflinkCover * less if/else statements * Autoresolve type for newkaku * Updated tests for InvertedRflinkCover * Added unit test for standard cover without specifying type * Updated comments in unit tests * Updated unit test configuration and comments to be more explanatory * Restore variable names in first part of the unit test that have been changed during a search and replace * Reformated the code according to 4de97ab * remove blank lines at end of rflink test_cover.py * Replace single with double quote in test_cover.py * Replaced single quotes with double qoutes and fixed formatting * Black improvements * Reformated the code of the unit test. * entity_type_for_device_id should return 'TYPE_STANDARD' instead of 'None'