Integration doesn't start without region configured
See original GitHub issueAfter updating to 2c0853f the integration doesn’t start:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 293, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/kia_uvo/__init__.py", line 123, in async_setup_entry
await update(dt_util.utcnow())
File "/config/custom_components/kia_uvo/__init__.py", line 110, in update
event_time_local = event_time_utc.astimezone(getTimezoneByRegion(vehicle.kia_uvo_api.region))
File "/config/custom_components/kia_uvo/utils.py", line 17, in getTimezoneByRegion
if REGIONS[region] == REGION_CANADA:
KeyError: False
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Resolving problems when starting resources - IBM
Use the advice given here to help you resolve common problems that can arise when you start resources other than an integration node....
Read more >Cannot start Integration Manager - Dynamics GP
Provides a solution to an issue where you can't start Integration Manager or select Run Integration within Microsoft Dynamics GP.
Read more >AWS Integration Troubleshooting - Datadog Docs
Overview. Use this guide to troubleshoot issues related to the Datadog AWS Integration. IAM permission errors. Datadog is not authorized to perform sts: ......
Read more >Resolve API Gateway REST API Lambda integration errors
For Integration type, choose Lambda Function. 5. Expand the Lambda Region dropdown list. Then, choose the AWS Region that your Lambda function ...
Read more >Native Azure integration | Elasticsearch Service Documentation
Sending - Logs are currently being sent to the Elasticsearch cluster. Logs not configured - Log collection is currently not configured for the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sorry for the problem, i am on it
Confirmed. It’s also working fine for me.