-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add "Area" on Integration setup #34
Comments
Getting the same issue |
Thanks for the feedback @geeneo @JaredZA11, will take a look ASAP. |
Unfortunately I wasn't able to replicate in either HA 2023.5.3 or 2023.5.4. Could you share exactly which area you were attempting to search for when the error popped up? The fact that the error was raised here @JaredZA11 do you have version information and an error log you can share? |
Issue turned out to be on my side. |
Hey, how did you manage t find out that they were blocking you? I am having the same issue |
Error logs in HA said "attempted abuse" of free licenses.
Feedback from ESP was to leave it for a few days and it would resolve
(which it did)
…On Wed, 31 May 2023, 15:59 JossPer0, ***@***.***> wrote:
Hey, how did you manage t find out that they were blocking you? I am
having the same issue
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP5SBXFMR4C6DQ2O6IN6IGLXI5FF7ANCNFSM6AAAAAAYMDQ5P4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Awesome thanks |
I think I have the same issue. So do I also just have to leave it for days or is there a way to request an unblock. Then I assume I should be using the same API key for both Node-red and the HA to prevent his in future? |
Home Assistant : VM
Home Assistant 2023.5.3
Supervisor 2023.04.1
Operating System 10.1
Frontend 20230503.3 - latest
Integration stopped working. removed and try to reinstall.
Unable to load areas.
Log
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 455, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 731, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 845, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 585, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 652, in _async_write_ha_state
attr.update(self.extra_state_attributes or {})
File "/config/custom_components/eskom_loadshedding/sensor.py", line 120, in extra_state_attributes
time_updated = datetime.strptime(stage_updated, time_format)
TypeError: strptime() argument 1 must be str, not None
The text was updated successfully, but these errors were encountered: