mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-15 07:59:41 +00:00
Add in Alexa Last used Sensor. #768
This commit is contained in:
@@ -5,7 +5,6 @@ from custom_components.hacs.hacsbase.exceptions import (
|
||||
HacsException,
|
||||
HacsExpectedException,
|
||||
)
|
||||
from queueman import concurrent
|
||||
|
||||
|
||||
# @concurrent(15, 5)
|
||||
@@ -27,7 +26,7 @@ async def register_repository(full_name, category, check=True, ref=None, action=
|
||||
repository = RERPOSITORY_CLASSES[category](full_name)
|
||||
if check:
|
||||
try:
|
||||
await repository.registration(ref)
|
||||
await repository.async_registration(ref)
|
||||
if hacs.system.status.new:
|
||||
repository.data.new = False
|
||||
if repository.validate.errors:
|
||||
|
Reference in New Issue
Block a user