custom-components / authenticated

A platform which allows you to get information about sucessfull logins to Home Assistant.
MIT License
82 stars 28 forks source link

Missing attributes in 2022.4 #82

Closed GuyKh closed 2 years ago

GuyKh commented 2 years ago

Version of the custom_component 21.9.0

Describe the bug Unlike before, ever since the upgrade to 2022.4 version of HomeAssistant, the sensor.last_successful_authentication sensor doesn't contain any attribues (other than icon and friendly_name).

image I do see the presistant_notification popping up with the right data.

log

2022-04-19 14:27:04 WARNING (SyncWorker_12) [homeassistant.loader] We found a custom integration authenticated which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-04-19 14:27:24 INFO (SyncWorker_1) [JELLYFIN.jellyfin_apiclient_python.client] User is authenticated.
2022-04-19 14:27:25 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.authenticated
2022-04-19 14:27:25 INFO (SyncWorker_4) [custom_components.authenticated.sensor]
authenticated
https://github.com/custom-components/authenticated/issues
2022-04-19 14:46:35 INFO (SyncWorker_12) [custom_components.authenticated.sensor] New successful login from known IP (xx.xx.xxx.xx)
maymaymay commented 2 years ago

same here

ludeeus commented 2 years ago

Fixed with https://github.com/custom-components/authenticated/pull/77

maymaymay commented 2 years ago

HACS still downloads old, unfixed version.

ludeeus commented 2 years ago

Correct, its not released.

maymaymay commented 2 years ago

ufff, I thought there is something wrong with me ;) THX, its working fine of course.