Skip to content

Commit

Permalink
move mqtt to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Apr 22, 2024
1 parent 71cb104 commit 6d96bdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/ramses_cc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"domain": "ramses_cc",
"name": "RAMSES RF",
"codeowners": ["@zxdavb"],
"dependencies": [],
"dependencies": ["mqtt"],
"documentation": "https://github.com/zxdavb/ramses_cc",
"issue_tracker": "https://github.com/zxdavb/ramses_cc/issues",
"loggers": ["ramses_rf"],
"requirements": [
"paho-mqtt==1.6.1",
"pyserial-asyncio==0.6",
"ramses-rf==0.31.19"
],
Expand Down

0 comments on commit 6d96bdb

Please sign in to comment.