Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitkauskas authored Dec 19, 2023
1 parent 693ce9f commit afdb8f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/blauberg_s21/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "blauberg_s21",
"name": "Blauberg S21",
"codeowners": ["@jvitkauskas"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/jvitkauskas/homeassistant_blauberg_s21",
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/jvitkauskas/homeassistant_blauberg_s21/issues",
"requirements": ["pybls21==3.0.4"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@jvitkauskas"],
"iot_class": "local_polling",
"version": "0.1.3"
"version": "0.1.3",
"zeroconf": []
}

0 comments on commit afdb8f7

Please sign in to comment.