ewonais
HHASS.Agent
•Created by ewonais on 5/13/2024 in #💬・get-help
new API-key dossent work
strage, works now after changing it agen
5 replies
HHASS.Agent
•Created by ewonais on 5/13/2024 in #💬・get-help
new API-key dossent work
"check connection" gives error when testing an invalidated key
5 replies
HHASS.Agent
•Created by ewonais on 5/2/2024 in #💬・get-help
media player disappeared
direct link to the hotfis;
https://github.com/hass-agent/HASS.Agent/issues/75#issuecomment-2090094046
21 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
aq was linked to a command that didden't exist becouse the command had a new name. when i clicked qa mothing happend
adding a qa linked to the new name for the dommand made it work agen
22 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
quick action didden 't change, it had the old name. command changed
22 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
for actionss i do not hasve a coppy of v2 befor fix, but in the gui it locked the same as in v1
v1:
[
{
"Id": "54061450-54d6-4b7e-b462-a4a25662f584",
"Domain": "HASSAgentCommands",
"Entity": "CHRISTIANS_STAT_web",
"Action": "On",
"HotKeyEnabled": false,
"HotKey": "None",
"Description": "web ui"
}
]
after fix:
[
{
"Id": "7d5736da-d63f-4aa5-af00-971e6e8a82ba",
"Domain": "HASSAgentCommands",
"Entity": "web",
"Action": "On",
"HotKeyEnabled": false,
"HotKey": "None",
"Description": ""
}
]
22 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
command in v1:
{
"Id": "ed50e58f-c940-4684-80b7-5cf7de36b5d8",
"Name": "CHRISTIANS_STAT_web",
"Type": "LaunchUrlCommand",
"EntityType": "button",
"Command": "{"Url":"http://192.168.1.5:8123/lovelace/default_view\",\"Incognito\":false}",
"KeyCode": 0,
"RunAsLowIntegrity": false,
"Keys": []
},
v2 after script:
{
"Id": "ed50e58f-c940-4684-80b7-5cf7de36b5d8",
"Name": "web",
"EntityName": "web",
"Type": "LaunchUrlCommand",
"EntityType": "button",
"Command": "{"Url":"http://192.168.1.5:8123/lovelace/default_view\",\"Incognito\":false}",
"KeyCode": 0,
"RunAsLowIntegrity": false,
"Keys": []
}
22 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
remember i backuped v1 wen installing v2
22 replies
HHASS.Agent
•Created by DrR0x on 1/15/2024 in #💬・get-help
Compat names bug
where do i find the old config?
22 replies