mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Adjust _ENTITY_COMPONENTS in hass-enforce-class-module (#126603)
This commit is contained in:
@ -76,16 +76,23 @@ _MODULES: dict[str, set[str]] = {
|
||||
}
|
||||
_ENTITY_COMPONENTS: set[str] = {platform.value for platform in Platform}.union(
|
||||
{
|
||||
"alert",
|
||||
"automation",
|
||||
"counter",
|
||||
"dominos",
|
||||
"input_boolean",
|
||||
"input_button",
|
||||
"input_datetime",
|
||||
"input_number",
|
||||
"input_select",
|
||||
"input_text",
|
||||
"microsoft_face",
|
||||
"person",
|
||||
"plant",
|
||||
"remember_the_milk",
|
||||
"schedule",
|
||||
"script",
|
||||
"tag",
|
||||
"template",
|
||||
"timer",
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user