Skip to content

Commit

Permalink
Updated base library
Browse files Browse the repository at this point in the history
  • Loading branch information
signalkraft committed Feb 16, 2024
1 parent f076caa commit d4d9c27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/mypyllant/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues",
"requirements": [
"myPyllant==0.7.15"
"myPyllant==0.7.17"
],
"version": "v0.7.3"
}
6 changes: 3 additions & 3 deletions custom_components/mypyllant/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ set_manual_mode_setpoint:
setpoint_type:
name: Type
description: Manual Mode Type
example: HEATING
example: heating
selector:
select:
options:
- "HEATING"
- "COOLING"
- "heating"
- "cooling"

cancel_quick_veto:
name: Cancel quick veto
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ types-PyYAML~=6.0.12.12
pytest==7.4.3
pytest-cov==4.1.0
pytest-homeassistant-custom-component==0.13.77
myPyllant==0.7.15
myPyllant==0.7.17
dacite~=1.7.0

0 comments on commit d4d9c27

Please sign in to comment.