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
The HA VS Code Add-on used to provide auto-completion for keywords within template blocks. This hasn't been working now for me for some time, and can't recall when it last worked (couple of months ago?). Entity IDs are auto completed elsewhere in editor, but not in blocks.
For example, typing:
sensor.ket
shows matches for sensor.kettle if it were filled in in say, the name, unique_id fields. It is not auto-completing in the below multi-line state block below however.
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Problem/Motivation
The HA VS Code Add-on used to provide auto-completion for keywords within template blocks. This hasn't been working now for me for some time, and can't recall when it last worked (couple of months ago?). Entity IDs are auto completed elsewhere in editor, but not in blocks.
For example, typing:
sensor.ket
shows matches for
sensor.kettle
if it were filled in in say, the name, unique_id fields. It is not auto-completing in the below multi-linestate
block below however.I read #770 which looked similar, but I see that was resolved some time ago. I am running the latest addon (
5.17.3
).Expected behavior
Auto completion of entity IDs within template blocks
Actual behavior
Steps to reproduce
Proposed changes
The text was updated successfully, but these errors were encountered: