File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
custom_components/mitsubishi Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 "requirements" : [
1616 " pymitsubishi==0.4.0"
1717 ],
18- "version" : " 0.2 .0"
18+ "version" : " 0.4 .0"
1919}
Original file line number Diff line number Diff line change 240240 has_pymitsubishi = any('pymitsubishi' in req.lower() for req in requirements)
241241
242242 if not has_pymitsubishi:
243- requirements.append('pymitsubishi>=0.2 .0')
243+ requirements.append('pymitsubishi>=0.4 .0')
244244 manifest['requirements'] = requirements
245- print(" Added pymitsubishi>=0.2 .0 to requirements")
245+ print(" Added pymitsubishi>=0.4 .0 to requirements")
246246
247247 # Remove dev mode marker if present
248248 if '_dev_mode' in manifest:
@@ -330,7 +330,7 @@ if [ "$MODE" = "dev" ]; then
330330 echo -e " ${MAGENTA} Using bundled pymitsubishi library from: $PYMITSUBISHI_PATH ${NC} "
331331else
332332 echo -e " ${GREEN} === PRODUCTION Build Complete ===${NC} "
333- echo -e " ${BLUE} Using PyPI pymitsubishi (version >=0.2 .0)${NC} "
333+ echo -e " ${BLUE} Using PyPI pymitsubishi (version >=0.4 .0)${NC} "
334334fi
335335
336336if [ " $SKIP_DEPLOY " = false ]; then
Original file line number Diff line number Diff line change 11# Main dependency
2- pymitsubishi >= 0.2 .0
2+ pymitsubishi >= 0.4 .0
33
44# Development dependencies
55ruff
You can’t perform that action at this time.
0 commit comments