mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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
|
||||
|
||||
|
||||
async def test_binary_sensors(
|
||||
async def test_buttons(
|
||||
hass: HomeAssistant,
|
||||
mock_fully_kiosk: MagicMock,
|
||||
init_integration: MockConfigEntry,
|
||||
) -> None:
|
||||
"""Test standard Fully Kiosk binary sensors."""
|
||||
"""Test standard Fully Kiosk buttons."""
|
||||
entity_registry = er.async_get(hass)
|
||||
device_registry = dr.async_get(hass)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user