mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add Remote calendar integration (#138862)
* Add remote_calendar with storage * Use coordinator and remove storage * cleanup * cleanup * remove init from config_flow * add some tests * some fixes * test-before-setup * fix error handling * remove unneeded code * fix updates * load calendar in the event loop * allow redirects * test_update_failed * tests * address review * use error from local_calendar * adress more comments * remove unique_id * add unique entity_id * add excemption * abort_entries_match * unique_id * add , * cleanup * deduplicate call * don't raise for status end de-nest * multiline * test * tests * use raise_for_status again * use respx * just use config_entry argument that already is defined * Also assert on the config entry result title and data * improve config_flow * update quality scale * address review --------- Co-authored-by: Allen Porter <allen@thebends.org>
This commit is contained in:
@ -40,6 +40,7 @@ ALLOW_NAME_TRANSLATION = {
|
||||
"local_ip",
|
||||
"local_todo",
|
||||
"nmap_tracker",
|
||||
"remote_calendar",
|
||||
"rpi_power",
|
||||
"swiss_public_transport",
|
||||
"waze_travel_time",
|
||||
|
Reference in New Issue
Block a user