Home Assistant Unofficial Reference 2024.12.1
view.py
Go to the documentation of this file.
1 """Support for views."""
2 
3 from __future__ import annotations
4 
5 from homeassistant.helpers.http import ( # noqa: F401
6  HomeAssistantView,
7  request_handler_factory,
8 )