Skip to content

Commit

Permalink
Fix config entries typo s/entruis/entries/ (home-assistant#135431)
Browse files Browse the repository at this point in the history
Fix typo s/entruis/entries/
  • Loading branch information
tronikos authored Jan 12, 2025
1 parent 11fa6b2 commit f7df214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/config_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ def async_entries(
def async_loaded_entries(self, domain: str) -> list[ConfigEntry]:
"""Return loaded entries for a specific domain.
This will exclude ignored or disabled config entruis.
This will exclude ignored or disabled config entries.
"""
entries = self._entries.get_entries_for_domain(domain)

Expand Down

0 comments on commit f7df214

Please sign in to comment.