mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Remove no longer used nest binary sensor (#98714)
This commit is contained in:
parent
4c3640878f
commit
c6c9d23530
@ -1,16 +0,0 @@
|
|||||||
"""Support for Nest binary sensors that dispatches between API versions."""
|
|
||||||
|
|
||||||
from homeassistant.config_entries import ConfigEntry
|
|
||||||
from homeassistant.core import HomeAssistant
|
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|
||||||
|
|
||||||
from .const import DATA_SDM
|
|
||||||
from .legacy.binary_sensor import async_setup_legacy_entry
|
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(
|
|
||||||
hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
|
||||||
) -> None:
|
|
||||||
"""Set up the binary sensors."""
|
|
||||||
assert DATA_SDM not in entry.data
|
|
||||||
await async_setup_legacy_entry(hass, entry, async_add_entities)
|
|
Loading…
x
Reference in New Issue
Block a user