Go to file
dependabot[bot] f470214bb3
Bump webpack from 5.75.0 to 5.76.0 (#322)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-19 16:53:48 +01:00
.azure-pipelines Bump node-fetch from 2.6.1 to 2.6.7 in /.azure-pipelines/github-release (#284) 2022-02-19 08:48:17 +01:00
.github Fix typos and openHAB capitalization (#259) 2021-04-09 20:45:20 +02:00
.vscode Add native token based authentication (#247) 2021-03-27 18:42:55 +01:00
client Bump follow-redirects from 1.14.5 to 1.14.8 in /client (#283) 2022-02-16 22:20:46 +01:00
docs Update Usage.md to use openhab.connection.authToken (#281) 2022-01-24 21:32:40 +01:00
fileicons fix folder icons (#207) 2020-06-02 20:19:36 +02:00
images Split up Readme and move explanations to a docs folder. (#149) 2019-10-21 19:30:47 +02:00
meta Small improvements and changelog (#241) 2021-03-15 19:44:34 +01:00
resources Added copy and doc commands to item commands. (#177) 2019-11-11 20:35:07 +01:00
serverJS Bump minimist from 1.2.5 to 1.2.8 in /serverJS (#321) 2023-03-05 21:58:05 +01:00
snippets Empty Frame snippet for Sitemap (#273) 2021-05-24 21:36:27 +02:00
.eslintrc.js Small fixes (#234) 2021-01-15 18:54:15 +01:00
.gitignore Add webpack support (#155) 2019-10-26 21:06:29 +02:00
.markdownlint.json 0.8.0 beta (#225) 2020-12-28 15:04:29 +01:00
.vscodeignore Add Changelog to package again. Remove other meta folders. (#253) 2021-03-28 22:30:59 +02:00
CHANGELOG.md Add release date. 2021-04-12 20:25:59 +02:00
CONTRIBUTING.md Fix typos and openHAB capitalization (#259) 2021-04-09 20:45:20 +02:00
LICENSE Update license to EPL-2.0 (#143) 2019-10-09 18:10:12 +02:00
NOTICE Update license to EPL-2.0 (#143) 2019-10-09 18:10:12 +02:00
README.md Improve markdown presentation (#245) 2021-03-19 10:00:36 +01:00
openhab.png Updates for the 0.2.0 release (#39) 2017-10-20 19:18:16 +02:00
package-lock.json Bump webpack from 5.75.0 to 5.76.0 (#322) 2023-03-19 16:53:48 +01:00
package.json Bump webpack from 5.75.0 to 5.76.0 (#322) 2023-03-19 16:53:48 +01:00
shared.webpack.config.js Add webpack support (#155) 2019-10-26 21:06:29 +02:00
tsconfig.json Add webpack support (#155) 2019-10-26 21:06:29 +02:00

README.md

openHAB VS Code Extension

Azure DevOps builds (branch)

Visual Studio Marketplace Downloads) Open VSX Downloads

openHAB is a vendor and techology agnostic open source automation software for your home. This Visual Studio Code extension allows you to work with openHAB configuration files (like *.items, *.rules, *.sitemap and *.script) thanks to the syntax highlighting, code snippets and integrated search.

The extension is designed with openHAB 2.x in mind - most snippets and design patterns will work in openHAB 2.x

Features

  • Syntax highlighting for the openHAB DSL (rules, items, scripts and sitemaps).
  • Code snippets for openHAB, including Design Patterns by Rich Koshak
  • Integrated quick search of openHAB Community
  • Integrated Basic UI browser window (Ctrl + Alt + O or editor title icon)
  • Integrated Paper UI preview for the Items and Things
  • Integration with openHAB REST API
  • List of all Items accessible from the tree view
  • Code completions
  • Language Server Protocol support - syntax validation
  • Dynamic Items creation from Thing's channels
  • Quick openHAB console access
  • Add Items to Sitemap with one click
  • Get live Item states while hovering over item names in the Editor
  • Show human readable Thread::sleep() times while hovering

openHAB2 code snippets

Configuration

Learn more about the configuration options in our documentation on github.

Things Explorer demo

Things Explorer

Sitemap Insert demo

Quick insert Items into Sitemap

Known Issues

Check out existing issues in the repository.

Release Notes

See CHANGELOG.md file for the details.


Contributing

Everyone is invited to improve this extension.

Check out the extension code in our GitHub repository. See Contributing.md file for further technical and formal details for contributing something to the openHAB project.

For More Information

Enjoy!