mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Fix docstring in yaml util (#104240)
This commit is contained in:
parent
a9384d6d4f
commit
88698d8dfe
@ -238,7 +238,7 @@ def _add_reference( # type: ignore[no-untyped-def]
|
|||||||
|
|
||||||
|
|
||||||
def _include_yaml(loader: LoaderType, node: yaml.nodes.Node) -> JSON_TYPE:
|
def _include_yaml(loader: LoaderType, node: yaml.nodes.Node) -> JSON_TYPE:
|
||||||
"""Load another YAML file and embeds it using the !include tag.
|
"""Load another YAML file and embed it using the !include tag.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
device_tracker: !include device_tracker.yaml
|
device_tracker: !include device_tracker.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user