hass-core/homeassistant
Igor 6ed68d8ced
Do not show graphite warnings if no new_state in event (#36292)
It is not correct to show warning about "unexpected event type" if EVENT_STATE_CHANGED have no new_state field.
We should show this warning only if it is real unexpected event type.
Run task_done() before continue, because we should tell the queue that the processing on the task is complete
  after get().
2020-05-31 19:58:02 +02:00
..
auth Pylint cleanups (#35409) 2020-05-09 14:08:40 +03:00
components Do not show graphite warnings if no new_state in event (#36292) 2020-05-31 19:58:02 +02:00
generated Refactor Sonarr Integration (#33859) 2020-05-29 17:08:05 -07:00
helpers Add support for simultaneous runs of Script helper - Part 3 (#36202) 2020-05-27 15:10:28 -07:00
scripts Check isinstance on collections.abc, not typing classes (#35087) 2020-05-02 23:57:48 +02:00
util Avoid locking in the logging queue handler (#35700) 2020-05-17 14:39:27 +02:00
__init__.py
__main__.py Add get_url helper, deprecate base_url (#35224) 2020-05-08 02:29:47 +02:00
block_async_io.py Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
bootstrap.py s/hass.loop.create_task/asyncio.create_task/g (#36262) 2020-05-29 17:13:58 -05:00
config.py Pylint cleanups (#35409) 2020-05-09 14:08:40 +03:00
config_entries.py Ensure a deleted integration can be removed (#36130) 2020-05-25 15:40:06 -04:00
const.py Add and use ELECTRICAL_CURRENT_AMPERE, ELECTRICAL_VOLTAGE_AMPERE constants (#33990) 2020-05-17 15:58:31 +02:00
core.py Revert "Ensure frontend is available if integrations fail to start - Part 1 of 2 (#36093)" (#36251) 2020-05-29 10:18:39 +02:00
data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Remove logo & icon from manifest (#35410) 2020-05-10 11:10:44 -04:00
package_constraints.txt Bump hass_nabucasa to 0.34.4 (#36236) 2020-05-28 16:21:58 -07:00
requirements.py Fix isort problem in homeassistant/requirements.py (#33828) 2020-04-08 12:48:20 -07:00
setup.py Periodically log when integrations are taking a while to setup (#36208) 2020-05-28 18:48:42 -05:00
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00