hass-core/tests
Raman Gupta 01acc3d1e5
Fix zwave_js update entity startup state (#78563)
* Fix update entity startup state

* Only write state if there is a change

* Add test to show that when an existing entity gets recreated, skipped version does not reset

* Remove unused blocks

* Update homeassistant/components/zwave_js/update.py

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-09-17 20:43:35 +03:00
..
auth Search/replace RESULT_TYPE_* by FlowResultType enum (#74656) 2022-07-07 21:28:18 +02:00
backports Move StrEnum to homeassistant.backports and move Platform to homeassistant.const (#60880) 2021-12-03 09:31:17 +01:00
components Fix zwave_js update entity startup state (#78563) 2022-09-17 20:43:35 +03:00
fixtures Add device HmIP-STE2-PCB to homematicip_cloud (#75369) 2022-07-25 18:15:02 +02:00
hassfest Bump samsungtvws to 2.4.0 (#68225) 2022-03-16 20:44:14 -10:00
helpers Add version to templates (#78484) 2022-09-15 15:01:40 +02:00
pylint Force root import of const from other components (#78014) 2022-09-14 14:07:57 +02:00
resources
scripts Allow IntegrationNotFound when checking config in safe mode (#56283) 2021-09-17 22:25:50 -07:00
test_util JSON serialize NamedTuple subclasses with aiohttp (#74971) 2022-07-11 14:46:55 -07:00
testing_config Prevent deleting blueprints which are in use (#78444) 2022-09-14 16:47:08 +02:00
util Add is_host_valid util (#76589) 2022-09-11 11:12:04 -05:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
bandit.yaml Enable more Bandit tests (#44307) 2020-12-19 12:35:13 +01:00
common.py Simplify device registry (#77715) 2022-09-03 12:50:55 +02:00
conftest.py Set cv hass in hass fixture (#77271) 2022-08-25 12:29:31 +02:00
ignore_uncaught_exceptions.py Log unhandled loop exception traces when asyncio debug is on (#57602) 2021-10-18 20:07:51 -07:00
test_bootstrap.py Add a context variable holding a HomeAssistant reference (#76303) 2022-08-22 15:58:01 +02:00
test_config.py Significantly improve yaml load times when the C loader is available (#73337) 2022-06-13 08:44:46 -10:00
test_config_entries.py Fix serialization of Xiaomi BLE reauth flow (#76095) 2022-08-02 21:38:38 +01:00
test_core.py Fix memory leak when firing state_changed events (#72571) 2022-05-26 20:54:26 -07:00
test_data_entry_flow.py Add a callback for data flow handler removal (#77394) 2022-08-29 16:25:34 -04:00
test_exceptions.py Remove stale debug statements from tests (#51059) 2021-05-25 11:52:20 +02:00
test_loader.py Change manufacturer_data_first_byte to manufacturer_data_start (#75379) 2022-07-17 17:25:45 -05:00
test_main.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_requirements.py Check if requirements are installed in the executor (#71611) 2022-06-13 13:10:05 -07:00
test_runner.py Log unhandled loop exception traces when asyncio debug is on (#57602) 2021-10-18 20:07:51 -07:00
test_setup.py Highlight in logs it is a custom component when setup fails (#67559) 2022-03-03 15:03:03 -08:00
test_test_fixtures.py Set cv hass in hass fixture (#77271) 2022-08-25 12:29:31 +02:00