-
Notifications
You must be signed in to change notification settings - Fork 0
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
[bug] notification sensor doesn't get updated #60
Comments
thanks for your feedback! I'm trying to reproduce and get an idea. |
let me know if i can provide you with more details so it was like:
|
I still dont have no update problem. The data is correct in my case! |
sorry for late reply, from my point of view without any knowledge of custom components, if you look at sensor.py
for me, problem was solved by adding:
like:
|
notification sensor doesn't get updated
there are no errors in home-assistant.log related to this component
to have better idea i extended log with
log.info
inin __init__.py
number of notifications infetch_data()
:and in
sensor.py
in classEduPageNotificationSensor
state(self)
and after while it is no longer the same number
The text was updated successfully, but these errors were encountered: