mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 07:56:03 +01:00
Format
This commit is contained in:
@@ -692,6 +692,7 @@ class CalendarEntityComponent(EntityComponent[CalendarEntity]):
|
|||||||
def _register_frontend_resources(self) -> None:
|
def _register_frontend_resources(self) -> None:
|
||||||
"""Register frontend resources for calendar."""
|
"""Register frontend resources for calendar."""
|
||||||
self._frontend_loaded = True
|
self._frontend_loaded = True
|
||||||
|
|
||||||
self.hass.http.register_view(CalendarListView(self))
|
self.hass.http.register_view(CalendarListView(self))
|
||||||
self.hass.http.register_view(CalendarEventView(self))
|
self.hass.http.register_view(CalendarEventView(self))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user