1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Automatically generate entity platform enum (#152193)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Paulus Schoutsen
2025-09-14 16:44:48 -04:00
committed by GitHub
parent e40ecdfb00
commit f5535db24c
7 changed files with 108 additions and 50 deletions

View File

@@ -19,6 +19,7 @@ from . import (
dhcp,
docker,
icons,
integration_info,
json,
manifest,
metadata,
@@ -44,6 +45,7 @@ INTEGRATION_PLUGINS = [
dependencies,
dhcp,
icons,
integration_info,
json,
manifest,
mqtt,