mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 05:50:13 +00:00
Spelling fixes (#25666)
This commit is contained in:
committed by
Pascal Vizeli
parent
2f7c57b257
commit
a54ade1189
@@ -49,7 +49,7 @@ class LaunchLibrarySensor(Entity):
|
||||
"""Get the latest data."""
|
||||
await self.launches.get_launches()
|
||||
if self.launches.launches is None:
|
||||
_LOGGER.error("No data recieved")
|
||||
_LOGGER.error("No data received")
|
||||
return
|
||||
try:
|
||||
data = self.launches.launches[0]
|
||||
|
||||
Reference in New Issue
Block a user