1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add battery conditions (#165208)

Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Ariel Ebersberger
2026-03-23 22:18:48 +01:00
committed by GitHub
parent 66b5a3755c
commit 03c672a4f3
19 changed files with 1049 additions and 45 deletions

View File

@@ -61,6 +61,7 @@ NO_IOT_CLASS = [
"application_credentials",
"auth",
"automation",
"battery",
"blueprint",
"brands",
"color_extractor",

View File

@@ -2094,6 +2094,7 @@ NO_QUALITY_SCALE = [
"application_credentials",
"auth",
"automation",
"battery",
"blueprint",
"brands",
"config",