Skip to content

Commit

Permalink
fix: Template component dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Jul 17, 2024
1 parent 3d2cda2 commit c0016bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solarman/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Solarman",
"codeowners": ["@davidrapan"],
"config_flow": true,
"dependencies": ["network", "dhcp"],
"dependencies": ["network", "template", "dhcp"],
"documentation": "https://github.com/davidrapan/ha-solarman",
"integration_type": "device",
"iot_class": "local_polling",
Expand Down

0 comments on commit c0016bb

Please sign in to comment.