mirror of
https://github.com/home-assistant/core.git
synced 2025-12-21 11:30:03 +00:00
Remove HomeAssistantType alias - Part 3 (#49339)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
"""Support for AlarmDecoder sensors (Shows Panel Display)."""
|
||||
from homeassistant.components.sensor import SensorEntity
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from .const import SIGNAL_PANEL_MESSAGE
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities
|
||||
hass: HomeAssistant, entry: ConfigEntry, async_add_entities
|
||||
):
|
||||
"""Set up for AlarmDecoder sensor."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user