Fix some minor typos - #1398
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe change corrects spelling errors in three entity class docstrings and one automation documentation image alt text. Runtime behavior and public declarations remain unchanged. ChangesSpelling Corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Pull request overview
Corrects spelling errors in Home Assistant documentation and entity docstrings.
Changes:
- Corrects “Home Asistant” to “Home Assistant.”
- Corrects “providig” to “providing.”
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
documentation/integrations/automation.md |
Fixes automation image alt text. |
custom_components/spook/ectoplasms/homeassistant/sensor.py |
Fixes the sensor entity docstring. |
custom_components/spook/ectoplasms/homeassistant/button.py |
Fixes the button entity docstring. |
custom_components/spook/ectoplasms/cloud/switch.py |
Fixes the cloud switch entity docstring. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Description
Corrects
Home Asistantandprovidigtypos in automation documentation and Home Assistant entity docstrings.Motivation and Context
These user-facing and developer-facing strings contain spelling errors.
How has this been tested?
git diff --check.Home Asistantandprovidig; no occurrences remain.Screenshots (if appropriate):
Not applicable.
Types of changes
Checklist