We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f433ca7 commit 9ebc6cbCopy full SHA for 9ebc6cb
homeassistant/helpers/condition.py
@@ -1272,6 +1272,9 @@ async def async_get_all_descriptions(
1272
1273
description = {"fields": yaml_description.get("fields", {})}
1274
1275
+ if (target := yaml_description.get("target")) is not None:
1276
+ description["target"] = target
1277
+
1278
new_descriptions_cache[missing_condition] = description
1279
1280
hass.data[CONDITION_DESCRIPTION_CACHE] = new_descriptions_cache
0 commit comments