Add a calendar entity to Ridwell (#88108)
* Subclass a `DataUpdateCoordinator` for Ridwell * Add a calendar entity to Ridwell * Simpler unique ID * Fix tests * Docstring
This commit is contained in:
parent
0666a4750c
commit
ff135ecdc6
10 changed files with 131 additions and 25 deletions
|
@ -32,7 +32,7 @@ async def test_entry_diagnostics(
|
|||
"_async_request": None,
|
||||
"event_id": "event_123",
|
||||
"pickup_date": {
|
||||
"__type": "<class 'datetime.date'>",
|
||||
"__type": "<class 'freezegun.api.FakeDate'>",
|
||||
"isoformat": "2022-01-24",
|
||||
},
|
||||
"pickups": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue