Powershell command no longer working after update

Hey! Is there any way for me to log commands?

I have a custom powershell command that's just blank so I can run anything I need via home assistant through it, and I have in my path a script called "bt.ps1"

Before updating & migrating from the old version, this worked perfectly fine as such:

service: mqtt.publish
data:
  topic: homeassistant/button/MainPC/PowershellCustom/action
  payload: bt.ps1 -BluetoothStatus {{ btstatus }}


But now it doesn't work. Running the powershell command manually works just fine
Solution
yeah i found out, because the apps have the exact same name and I started them from windows I kept starting different ones each time

The windows bar has a nifty feature when you have 2 programs with the same program name whenever you type it in the search bar it ALTERNATES between the two

So that messed up the config somehow, looks like on the new version the mqtt topic changed
Was this page helpful?
Powershell command no longer working after update - HASS.Agent