core: SMS notification broken again in 2022.8
The problem
SMS integration appears ok in integrations, I can see the sensors and all seem fine except services are not available anymore and nothing works.
What version of Home Assistant Core has the issue?
2022.8.1
What was the last working version of Home Assistant Core?
2022.7.7
What type of installation are you running?
Docker Container
Integration causing the issue
sms
Link to integration documentation on our website
https://www.home-assistant.io/integrations/sms
Diagnostics information
not available
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Logger: homeassistant.components.sms.notify
Source: components/sms/notify.py:24
Integration: SMS notifications via GSM-modem (documentation, issues)
First occurred: 10:04:59 (2 occurrences)
Last logged: 10:04:59
SMS gateway not found, cannot initialize service
Logger: homeassistant.components.notify
Source: components/notify/legacy.py:77
Integration: Notifications (documentation, issues)
First occurred: 10:04:59 (2 occurrences)
Last logged: 10:04:59
Failed to initialize notification service sms
Additional information
Unrelated to this issue Environment info is nonexistent in Settings -> About so yah.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 3
- Comments: 35 (15 by maintainers)
Commits related to this issue
- Fix #76283 Fix #76283 — committed to ocalvo/home-assistant by ocalvo 2 years ago
- Fix #76283 — committed to ocalvo/home-assistant by ocalvo 2 years ago
- Merge pull request #59 from ocalvo/ocalvo-patch-1 Fix #76283 — committed to ocalvo/home-assistant by ocalvo 2 years ago
- Fix #76283 (#76531) — committed to home-assistant/core by ocalvo 2 years ago
- Fix #76283 (#76531) — committed to home-assistant/core by ocalvo 2 years ago
- Support send SMS using GSM alphabet (#76834) * Fix #76283 Fix #76283 * Update notify.py * Load SMS via discovery * Put back send as ANSI — committed to home-assistant/core by ocalvo 2 years ago
- Load sms notify via discovery (#76733) * Fix #76283 Fix #76283 * Update notify.py * Support sending SMS as ANSI * Put back load via discovery * Update homeassistant/components/sms/cons... — committed to home-assistant/core by ocalvo 2 years ago
- Fix a bug where SMS will not be sent as GSM-alphabet (#78800) * Fix #76283 Fix #76283 * Update notify.py * Fixes a bug where unicode parameter is not parssed correctly * Apply PR feedback... — committed to home-assistant/core by ocalvo 2 years ago
The official PR with the fix is here @PaulAnnekov can you review it?
tested again I’ve made a typo in the file
replaced in container /usr/src/homeassistant/homeassistant/components/sms/notify.py
3 test done, 3 restarts, all ok patch seem to work