hass-core/tests
Martin Hjelmare 177f5a35ae Rewrite calendar component (#24950)
* Correct google calendar test name

* Rewrite calendar component

* Save component in hass.data.
* Rename device_state_attributes to state_attributes.
* Remove offset attribute from base state_attributes.
* Extract offset helpers to calendar component.
* Clean imports.
* Remove stale constants.
* Remove name and add async_get_events.
* Add normalize_event helper function. Copied from #21495.
* Add event property to base entity.
* Use event property for calendar state.
* Ensure event start and end.
* Remove entity init.
* Add comment about event data class.
* Temporary keep old start and end datetime format.

* Convert demo calendar

* Convert google calendar

* Convert google calendar.
* Clean up google component.
* Keep offset feature by using offset helpers.

* Convert caldav calendar

* Clean up caldav calendar.
* Update caldav cal on addition.
* Bring back offset to caldav calendar.
* Copy caldav event on update.

* Convert todoist calendar
2019-07-10 20:59:37 -07:00
..
auth Add get_states faster (#23315) 2019-04-23 12:46:22 +02:00
components Rewrite calendar component (#24950) 2019-07-10 20:59:37 -07:00
fixtures Sleepiq single sleeper crash (#24941) 2019-07-07 08:40:02 +02:00
helpers Correctly store removed entities for restore state (#25073) 2019-07-10 20:41:03 -07:00
mock Add zwave.network_complete_some_dead event (#16894) 2018-09-28 19:14:57 +02:00
resources
scripts Add check_config helper (#24557) 2019-07-10 11:56:50 -07:00
test_util Fix ingress bug with Firefox (#23121) 2019-04-15 15:27:13 -07:00
testing_config New scanner device tracker and ZHA device tracker support (#24584) 2019-07-04 12:44:39 +02:00
util Fix broken test in Python 3.7 (#25067) 2019-07-10 12:17:10 -07:00
__init__.py
common.py Restore automation last_triggered as datetime & fix test (#24951) 2019-07-10 20:42:38 -07:00
conftest.py Require core config detection to be triggerd manually (#24019) 2019-05-22 17:24:46 -07:00
test_bootstrap.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
test_config.py Add check_config helper (#24557) 2019-07-10 11:56:50 -07:00
test_config_entries.py Warn when user tries run custom config flow (#24657) 2019-06-20 13:22:12 -07:00
test_core.py Update home zone when core config updated (#24237) 2019-05-31 23:03:45 -07:00
test_data_entry_flow.py Add SSDP integration (#24090) 2019-05-26 19:48:27 -07:00
test_loader.py Support config flow on custom components (#24946) 2019-07-09 01:19:37 +02:00
test_main.py
test_requirements.py Create progress file for pip installs (#24297) 2019-06-04 11:04:20 -07:00
test_setup.py No longer allow invalid slugs or extra keys (#24176) 2019-05-30 13:33:26 +02:00