mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix fully_kiosk button test docstring and function name (#76935)
Fix button test docstring and function name
This commit is contained in:
parent
05e33821fd
commit
924704e0d1
@ -10,12 +10,12 @@ from homeassistant.helpers import device_registry as dr, entity_registry as er
|
|||||||
from tests.common import MockConfigEntry
|
from tests.common import MockConfigEntry
|
||||||
|
|
||||||
|
|
||||||
async def test_binary_sensors(
|
async def test_buttons(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_fully_kiosk: MagicMock,
|
mock_fully_kiosk: MagicMock,
|
||||||
init_integration: MockConfigEntry,
|
init_integration: MockConfigEntry,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test standard Fully Kiosk binary sensors."""
|
"""Test standard Fully Kiosk buttons."""
|
||||||
entity_registry = er.async_get(hass)
|
entity_registry = er.async_get(hass)
|
||||||
device_registry = dr.async_get(hass)
|
device_registry = dr.async_get(hass)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user