mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
* Change existing toggle to add new function * Fixed using old property method to using actual protected variable. * Adding service tests to new cover toggle function * Working on comments from Pull Request 59233 * Adjust existing tests to fit new fake cover setup * MockCover is calling state method of MockEntity but should call it from CoverEntity * using different entity to get back test coverage