this post was submitted on 25 Jan 2024
14 points (93.8% liked)
homeassistant
15040 readers
3 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think you want something like Hass configurator?
No, I see all the config files in VScode, but I really don't have much need for that since I've usually done that stuff via SSH. I was wondering if VSCode gave any sort of actual integration with HA like the NodeRed Companion does by exposing all the entities within the IDE so you can do your own coding.
Another commenter mentioned Pyscript which seems like it does some sort of tying together of HA and code.
Vscode extension is aware of home assistant entities, so you get (or should) auto completion of existing entities and services, which you will not get on vim over ssh