You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Visual Code Studio add-on to edit my files, and always used the config reload options from VSCode which from the command palette, like Home Assistant: Reload Automations
As of recently (I think since the /config > /homeassistant change) these don't work anymore. VSCode does report the command is performed, but the changed config isn't loaded in HA.
Steps to reproduce:
Change some config, eg add a new automation, and make sure to save the changes
Access the command palette and reload the related config (eg Home Assistant: Reload Automations)
Check if the changes are applied in HA (eg, the new automation is added to Settings > Automations & Scenes)
Go to developer tools > YAML and reload the related config there
repeat step 3.
For me, the config isn't changed after the reload in VSCode, but it is changed if I reload in devtools.
The text was updated successfully, but these errors were encountered:
Please include the related YAML code:
Find my Home Assistant Configuration here:
Link to Home Assistant Configuration
Extension runs in:
I'm running VS Code on:
I'm accessing my files:
I use the Visual Code Studio add-on to edit my files, and always used the config reload options from VSCode which from the command palette, like
Home Assistant: Reload Automations
As of recently (I think since the
/config
>/homeassistant
change) these don't work anymore. VSCode does report the command is performed, but the changed config isn't loaded in HA.Steps to reproduce:
Home Assistant: Reload Automations
)For me, the config isn't changed after the reload in VSCode, but it is changed if I reload in devtools.
The text was updated successfully, but these errors were encountered: