Commit graph

21 commits

Author SHA1 Message Date
Allen Porter
3595e2fd5a
Coerce previously persisted local calendars to have valid durations () 2023-04-06 16:41:38 -04:00
J. Nick Koston
479a35c499
Revert "Move local calendar diagnostics to pytest.mark.freezetime" ()
Revert "Move local calendar diagnostics to pytest.mark.freezetime ()"

This reverts commit a01952981f.
2023-04-05 22:12:21 -07:00
Allen Porter
a01952981f
Move local calendar diagnostics to pytest.mark.freezetime () 2023-04-05 19:57:09 -07:00
Allen Porter
ae41547b73
Update calendar to always request start/end dates in local time rather than UTC () 2023-03-28 12:25:44 +02:00
Allen Porter
fa35867765
Bump ical to 4.5.1 and set PRODID for home assistant in local calendar ics () 2023-03-26 23:00:45 +02:00
Luca Angemi
6d8eaa0bee
Add location field to calendar create_event service supported by Google Calendar and Local Calendar ()
* Update __init__.py

* Update __init__.py

* Update __init__.py

* Update calendar.py

* Update calendar.py

* Update services.yaml

* Update services.yaml

* Update calendar.py

* Update calendar.py

* Update __init__.py

* Update services.yaml

* Update services.yaml

* Update test_calendar.py

* Update test_init.py

* Update test_init.py

* Update test_init.py

* Update test_init.py

* Update __init__.py

* Update const.py

* Address changes to service.yaml

* Address changes to service.yaml

* Update test_calendar.py

* Update test_calendar.py

* Update test_calendar.py

* Update conftest.py

* Update conftest.py

* Update calendar.py

* Update __init__.py
2023-03-25 09:43:49 -07:00
epenet
5f3868b141
Add missing type hints to tests ()
* Add type hints to tests

* Revert gree as handled in 
2023-03-24 19:34:01 -07:00
J. Nick Koston
99b58f157e
Bump PyJWT to 2.6.0 ()
* Bump PyJWT to 2.6.0

* fix time being frozen too late which makes the access token creation time in the future

* revert zha change

* fix repairs test

* fix ical test
2023-03-22 20:00:47 -04:00
Allen Porter
04a99fdbfc
Add local calendar diagnostics platform ()
* Add local calendar diagnostics platform

* Use redaction from ical

* Update diagnostics for new ical version

* Apply suggestions from code review

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Use snapshot tests for local calendar diagnostics

* Setup diagnostics directly in tests rather than via dependencies

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-03-16 23:05:01 -04:00
Allen Porter
b588b8b215
Bump ical to 4.5.0 () 2023-03-15 18:06:46 +01:00
Allen Porter
a91055cc2a
Fix additional typing in local calendar tests ()
* Fix additional typing in local calendar tests

* Update tests/components/local_calendar/test_calendar.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-03-14 19:33:46 -07:00
Allen Porter
1bc4802c04
Move local calendar text fixtures to conftest.py ()
* Move local calendar text fixtures to conftest.py

* Apply suggestions from code review

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Add imports for suggested typing fixes

* Apply suggestions from code review

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-03-14 08:12:44 -07:00
Allen Porter
e1e0400b16
Fix local calendar issue with events created with fixed UTC offsets ()
Fix issue with events created with UTC offsets
2023-02-23 13:37:15 -05:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
ea11a30a35
Add type hints to integration tests (part 13) () 2023-02-13 14:38:37 +01:00
epenet
a79be493e5
Adjust hass_client type hint in integration tests ()
* Adjust hass_client type hint in integration tests

* Adjust hass_client_no_auth

* Fix rebase
2023-02-02 16:29:57 -05:00
Allen Porter
7ff1265b10
Add service to create calendar events () 2023-01-25 12:43:50 +01:00
Allen Porter
624c93bb38
Add Local calendar edit support ()
* Add update support for calendars and implement in local calendar

* Fix supported feature for update calendar

* Increase test coverage for websocket error cases

* Improve test coverage for update failure cases

* Improve test coverage by sharing code between update and create

* Update homeassistant/components/calendar/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-27 12:36:43 -08:00
Yuval Aboulafia
3149c52be1
Fix F602 key repeated () 2022-12-27 11:07:10 +01:00
Allen Porter
4819576b62
Tighten validation on calendar create event websocket () 2022-12-06 13:04:32 -05:00
Allen Porter
532ab12a48
Local calendar integration () 2022-11-30 21:20:21 +01:00