From 4b95ea864ffb099e328eb4602a4d7457a97fa789 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 30 May 2024 15:46:08 +0200 Subject: [PATCH] Fix a typo in hassfest (#118482) --- script/hassfest/icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/hassfest/icons.py b/script/hassfest/icons.py index b7ba2fbb402..e7451dfd498 100644 --- a/script/hassfest/icons.py +++ b/script/hassfest/icons.py @@ -48,7 +48,7 @@ def ensure_not_same_as_default(value: dict) -> dict: def icon_schema(integration_type: str, no_entity_platform: bool) -> vol.Schema: - """Create a icon schema.""" + """Create an icon schema.""" state_validator = cv.schema_with_slug_keys( icon_value_validator,