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