Update codespell ignore list (#118018)

This commit is contained in:
Marc Mueller 2024-05-24 10:24:34 +02:00 committed by GitHub
parent 3b4b36a9fd
commit 905adb2431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 54 additions and 41 deletions

View file

@ -61,7 +61,7 @@ async def test_press_button(hass: HomeAssistant) -> None:
button.async_assert_service_values(
ServicesTypes.OUTLET,
{
CharacteristicsTypes.VENDOR_HAA_SETUP: "#HAA@trcmd",
CharacteristicsTypes.VENDOR_HAA_SETUP: "#HAA@trcmd", # codespell:ignore haa
},
)