mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 15:51:02 +00:00
Add in Alexa Last used Sensor. #768
This commit is contained in:
@@ -42,6 +42,7 @@ class HacsFrontend:
|
||||
|
||||
version_running = None
|
||||
version_available = None
|
||||
version_expected = None
|
||||
update_pending = False
|
||||
|
||||
|
||||
|
@@ -20,6 +20,8 @@ class Configuration:
|
||||
dev: bool = False
|
||||
frontend_mode: str = "Grid"
|
||||
frontend_compact: bool = False
|
||||
frontend_repo: str = ""
|
||||
frontend_repo_url: str = ""
|
||||
options: dict = {}
|
||||
onboarding_done: bool = False
|
||||
plugin_path: str = "www/community/"
|
||||
|
Reference in New Issue
Block a user