mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cleanup async handling (#6388)
* Cleanups unneeded blocks * Cleanup bootstrap * dedicated update_ha_state * Fix imap_email_content * fx tests * Fix lint & spell
This commit is contained in:
committed by
Paulus Schoutsen
parent
3044aecbe9
commit
8232f1ef65
@@ -213,7 +213,7 @@ class TestConfig(unittest.TestCase):
|
||||
entity = Entity()
|
||||
entity.entity_id = 'test.test'
|
||||
entity.hass = self.hass
|
||||
entity.update_ha_state()
|
||||
entity.schedule_update_ha_state()
|
||||
|
||||
self.hass.block_till_done()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user