mirror of
https://github.com/home-assistant/core.git
synced 2025-05-06 06:59:15 +00:00

* Updater Component is always available and shows on/off wether an update is available * Use == instead of is to compare strings * Edit log message when local version is newer * One more commit to trigger CI * Add binary sensor * Remove ATTR * Use dispatcher * Use callback instead of async * Make flake happy * Fix callback * discover binary sensor * flake * Fix discovery * prepared tests, TODO * Fix tests * Test release notes * Add one more test * Add another test * Add docstring * Revert "Add another test" This reverts commit 3f896a4e3bbb5a49cf2108ca2cef6e60e2de89f9. * Remove unused file * Update docstrings * mock time * Test renaming entity * Add test_rename_entity * Improve test_rename_entity